Skip to content

Commit

Permalink
fixed scripts name in module
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaw9910 committed Jul 26, 2024
1 parent f18663c commit d35ab67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow/modules/subread/featurecounts/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ process MERGE_FEATURECOUNTS {

script:
"""
python merge_featurecounts.py -f ${featureCounts} -p ${filePrefix}
python merge_featureCounts.py -f ${featureCounts} -p ${filePrefix}
"""
}

0 comments on commit d35ab67

Please sign in to comment.