Skip to content

Commit

Permalink
Using realpath so we don't have to pass the bam around like a wally
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Nov 28, 2024
1 parent 5dd28da commit 3d24a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/generate_samplesheet.nf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ process GENERATE_SAMPLESHEET {
"""
generate_samplesheet.py \\
$prefix \\
$pacbio_path
"\$(realpath $pacbio_path)"
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit 3d24a42

Please sign in to comment.