Skip to content

Commit

Permalink
Merge pull request #6 from sanger-tol/dp24_bug_fix
Browse files Browse the repository at this point in the history
Bug Fix for extra comma in btk module
  • Loading branch information
DLBPointon authored Sep 19, 2024
2 parents aab7642 + 1b68e56 commit 74b0025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/sanger_tol_btk.nf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ process SANGER_TOL_BTK {
tuple val(meta1), path(bam) // Name needs to remain the same as previous process as they are referenced in the samplesheet
tuple val(meta2), path(samplesheet_csv, stageAs: "SAMPLESHEET.csv")
path blastp, stageAs: "blastp.dmnd"
path blastn,
path blastn
path blastx
path config_file
path tax_dump
Expand Down

0 comments on commit 74b0025

Please sign in to comment.