Skip to content

Commit

Permalink
Fix dummy nextflow workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
tibuch committed Oct 17, 2024
1 parent cbc2d48 commit 7a62166
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ process STEP2 {

script:
"""
filename="1728631434-step2-config.yaml"
first_number=\$(echo "\$filename" | cut -d '-' -f 1)
first_number=\$(echo "\$config" | cut -d '-' -f 1)
touch "\$first_number"-result.yaml
"""
}
Expand Down

0 comments on commit 7a62166

Please sign in to comment.