Skip to content

Commit

Permalink
Update merge.nf
Browse files Browse the repository at this point in the history
rm extra `meta.id`
  • Loading branch information
sateeshperi authored Sep 24, 2024
1 parent 88da8d4 commit b090782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/merge/merge.nf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ process MERGE_SO {
${args} 2>&1 | tee > 04_${meta}_Execution.log
##grep -i -E "R version " 04_${meta}_InitialVersions.log | perl -pe 's/ version /: "/g;s/ \(.*/"/g' >> 04_${meta}_FinalVersions.log
##perl -ne 'print if /other attached packages:/ .. /^\$/' 04_${meta}_InitialVersions.log | grep -v "other" | perl -pe 's/\\[.*]\s+//g;s/\s+/\\n/g' | grep -v "^\$" | perl -pe 's/_/: "/g;s/\$/"/' >> 04_${meta.id}_FinalVersions.log
##perl -ne 'print if /other attached packages:/ .. /^\$/' 04_${meta}_InitialVersions.log | grep -v "other" | perl -pe 's/\\[.*]\s+//g;s/\s+/\\n/g' | grep -v "^\$" | perl -pe 's/_/: "/g;s/\$/"/' >> 04_${meta}_FinalVersions.log
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit b090782

Please sign in to comment.