Skip to content

Commit

Permalink
add fastq_1, fastq_2 to tuple input to remove runtime warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Rowell authored and Jessica Rowell committed Mar 18, 2024
1 parent 34c9861 commit c4fd9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/concat_gffs/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ process CONCAT_GFFS {
path ref_gff_path
path repeatmasker_gff
path liftoff_gff
tuple val(meta), path(fasta_path)
tuple val(meta), path(fasta_path), path(fastq_1), path(fastq_2)

script:
"""
Expand Down

0 comments on commit c4fd9de

Please sign in to comment.