Skip to content

Commit

Permalink
Merge pull request #154 from nf-core/circexplorer2-counts
Browse files Browse the repository at this point in the history
Fix circexplorer2 count location
  • Loading branch information
nictru authored Jun 27, 2024
2 parents 8fce8c2 + 34a3a80 commit 4a2d30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ process {
}

withName: '.*:CIRCEXPLORER2:UNIFY' {
ext.args = "-v FS='\\t' -v OFS='\\t' '{ print \$1, \$2, \$3, \$1 \":\" \$2 \"-\" \$3 \":\" \$6, \$10, \$6 }'"
ext.args = "-v FS='\\t' -v OFS='\\t' '{ print \$1, \$2, \$3, \$1 \":\" \$2 \"-\" \$3 \":\" \$6, \$13, \$6 }'"
ext.suffix = "circexplorer2.bed"
publishDir = [
path: { "${params.outdir}/circrna_discovery/circexplorer2/${meta.id}" },
Expand Down

0 comments on commit 4a2d30f

Please sign in to comment.