Skip to content

Commit

Permalink
fix wrong variable name with RNAseq causing removing twice the output
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudceol committed Jul 13, 2016
1 parent e21ac4e commit e4fdd5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline/merging.R
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ merging <- function ( flags, flagsPRE, id_merge_primary ) {
updateInfoOnDB( SQL )

if ( paired ) {
cmd <- paste(
execute <- paste(
getHTSFlowPath("featuresCounts")
,"-T 16 -p -P -a"
,gtf
Expand All @@ -195,7 +195,7 @@ merging <- function ( flags, flagsPRE, id_merge_primary ) {
)
tryOrExit(execute, "feature counts")
} else {
cmd <- paste(
execute <- paste(
getHTSFlowPath("featuresCounts")
,"-T 16 -a"
,gtf
Expand Down

0 comments on commit e4fdd5b

Please sign in to comment.