Skip to content

Commit 33cc25c

Browse files
committed
Fix tests
1 parent 1c18f09 commit 33cc25c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
run: |
4747
export PATH=bin:$PATH
4848
mkdir reads
49-
ln -s test_data/3* reads/
50-
ln -s test_data/4* reads/
51-
ln -s test_data/test/* reads/
49+
ln -s `pwd`/test_data/3* reads/
50+
ln -s `pwd`/test_data/4* reads/
51+
ln -s `pwd`/test_data/test/* reads/
5252
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
5353
- name: metafx stats
5454
run: |

0 commit comments

Comments
 (0)