Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
luisas committed Dec 13, 2024
1 parent 221d813 commit 2388c20
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 136 deletions.
2 changes: 1 addition & 1 deletion assets/samplesheet.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
id,fasta,reference,optional_data
seatoxin-ref,https://raw.githubusercontent.com/nf-core/test-datasets/multiplesequencealign/testdata/setoxin-ref.fa,https://raw.githubusercontent.com/nf-core/test-datasets/multiplesequencealign/testdata/setoxin.ref,https://raw.githubusercontent.com/nf-core/test-datasets/multiplesequencealign/testdata/structures/seatoxin-ref.tar.gz
toxin-ref,https://raw.githubusercontent.com/nf-core/test-datasets/multiplesequencealign/testdata/toxin-ref.fa,https://raw.githubusercontent.com/nf-core/test-datasets/multiplesequencealign/testdata/toxin.ref,
toxin-ref,https://raw.githubusercontent.com/nf-core/test-datasets/multiplesequencealign/testdata/toxin-ref.fa,https://raw.githubusercontent.com/nf-core/test-datasets/multiplesequencealign/testdata/toxin.ref,
1 change: 0 additions & 1 deletion assets/toolsheet.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
tree,args_tree,aligner,args_aligner
,,FOLDMASON,
FAMSA,,FAMSA,
FAMSA,,FOLDMASON,
3 changes: 2 additions & 1 deletion subworkflows/local/compute_trees.nf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ workflow COMPUTE_TREES {
it -> [it[0], it[2]]
}.set { ch_optional_data_no_fasta }

CUSTOM_PDBSTOFASTA(ch_optional_data_no_fasta)
CUSTOM_PDBSTOFASTA(ch_optional_data_no_fasta)
ch_versions = ch_versions.mix(CUSTOM_PDBSTOFASTA.out.versions)

if(!params.skip_preprocessing){
FASTAVALIDATOR(CUSTOM_PDBSTOFASTA.out.fasta)
Expand Down
3 changes: 0 additions & 3 deletions test.csv

This file was deleted.

1 change: 0 additions & 1 deletion test_merged.csv

This file was deleted.

129 changes: 0 additions & 129 deletions test_merging.groovy

This file was deleted.

0 comments on commit 2388c20

Please sign in to comment.