Skip to content

Commit

Permalink
fix: Change test samplesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Sep 5, 2023
1 parent fa3228c commit c7fa33b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions test/test_annotation_dataset.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sample,fna_file_path
test_1,https://github.com/beiko-lab/arete/raw/master/test/SRR14022735_T1.scaffolds.fa
test_2,https://github.com/beiko-lab/arete/raw/master/test/SRR14022737_T1.scaffolds.fa
test_3,https://github.com/beiko-lab/arete/raw/master/test/SRR14022754_T1.scaffolds.fa
test_4,https://github.com/beiko-lab/arete/raw/master/test/SRR14022764_T1.scaffolds.fa
SRR14022735_T1,test/SRR14022735_T1.scaffolds.fa
SRR14022737_T1,test/SRR14022737_T1.scaffolds.fa
SRR14022754_T1,test/SRR14022754_T1.scaffolds.fa
SRR14022764_T1,test/SRR14022764_T1.scaffolds.fa
2 changes: 1 addition & 1 deletion tests/subworkflows/local/annotation_input_check.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ nextflow_workflow {
then {
assert workflow.success
assert workflow.out.genomes.size() == 4
assert workflow.out.genomes.get(0).get(0) == ['id':'test_1', 'single_end':true]
assert workflow.out.genomes.get(0).get(0) == ['id':'SRR14022735_T1', 'single_end':true]
}

}
Expand Down

0 comments on commit c7fa33b

Please sign in to comment.