Skip to content

Commit

Permalink
Fix: Typo in input file declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
dileep-kishore committed Oct 23, 2021
1 parent 9730db6 commit 7c81a30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ process hashing2 {
mode: 'copy',
overwrite: true
input:
tuple val(meta), file(unhashed_otu_table), file(unhashed_rep_seqs), file(log), file(samplemetadata_files)
tuple val(meta), file(unhashed_otu_table), file(unhashed_rep_seqs), file(samplemetadata_files)
output:
tuple val(meta), file('otu_table.biom'), file('rep_seqs.fasta'), file('sample_metadata.tsv')
script:
Expand Down

0 comments on commit 7c81a30

Please sign in to comment.