Skip to content

Commit

Permalink
fix #30 Can run fragment length abundance by default or sonicLenth
Browse files Browse the repository at this point in the history
  • Loading branch information
cnobles committed Aug 5, 2015
1 parent 2f6b9ce commit 1183308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makeGeneTherapyPatientReport.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if( length(args)==1 ) {
}
if( length(args)==2 & args[2] == "-s"){
csvfile <- args[1]
use.sonicLength <- TRUE
use.sonicLength <- FALSE
}else if(length(args)==2 & args[2] != "-s"){
message("Incorrect flags.")
stop()
Expand Down

0 comments on commit 1183308

Please sign in to comment.