Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Friederike Hanssen <[email protected]>
  • Loading branch information
adamrtalbot and FriederikeHanssen authored Aug 2, 2023
1 parent 89250c6 commit c728fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nf-core/snakemake/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ process SNAKEMAKE {

input:
tuple val(meta), path(inputs)
tuple val(meta2), path(snakemake)
tuple val(meta2), path(snakefile)

output:
tuple val(meta), path("**[!.snakemake]"), optional: true , emit: outputs
Expand All @@ -29,7 +29,7 @@ process SNAKEMAKE {
snakemake \\
$args \\
$cores \\
--snakefile $snakemake
--snakefile $snakefile
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit c728fa7

Please sign in to comment.