Skip to content

Commit

Permalink
Change call to python script to reflect new dir (vs file) args
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Syme <[email protected]>
  • Loading branch information
robsyme committed Nov 7, 2023
1 parent 58cbc43 commit 0781cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/pipeline_gantt/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ process PIPELINE_GANTT {
"""
pipeline-gantt.py \\
--title "GANTT Plot for run: $run_id" \\
--input-file $run_dump \\
--input-dir $run_dump \\
--output-file ./${prefix}_gantt.html
cat <<-END_VERSIONS > versions.yml
Expand All @@ -28,4 +28,4 @@ process PIPELINE_GANTT {
click: \$(python -c "import click; print(click.__version__)")
END_VERSIONS
"""
}
}

0 comments on commit 0781cb2

Please sign in to comment.