We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c18f09 commit 33cc25cCopy full SHA for 33cc25c
.github/workflows/test.yml
@@ -46,9 +46,9 @@ jobs:
46
run: |
47
export PATH=bin:$PATH
48
mkdir reads
49
- ln -s test_data/3* reads/
50
- ln -s test_data/4* reads/
51
- ln -s test_data/test/* reads/
+ ln -s `pwd`/test_data/3* reads/
+ ln -s `pwd`/test_data/4* reads/
+ ln -s `pwd`/test_data/test/* reads/
52
metafx feature_analysis -k 31 -t 6 -m 6G -f wd_chisq_4/ -n A_19 -r reads/ --relab 0.5 -w wd_feat_analysis
53
- name: metafx stats
54
0 commit comments