Skip to content

Commit b9d5f9e

Browse files
authored
Update to version 0.2.0
1 parent 2985381 commit b9d5f9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

baqcom_qc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ antQC <- 'antQC'
155155
if(!file.exists(file.path(antQC))) dir.create(file.path(antQC), recursive = TRUE, showWarnings = FALSE)
156156
for (i in samples[,2:3]){
157157
system2('fastqc',
158-
paste0('00-Fastq/', i, ' --outdir=', 'antQC/', ' -t ', length(samples)))
158+
paste0('00-Fastq/', i, ' --outdir=', 'antQC/', ' -t ', opt$sampleToprocs))
159159
}
160160

161161

@@ -195,7 +195,7 @@ posQC <- 'posQC'
195195
if(!file.exists(file.path(posQC))) dir.create(file.path(posQC), recursive = TRUE, showWarnings = FALSE)
196196
for (i in samples[,1]){
197197
system2('fastqc',
198-
paste0('01-trimmomatic/', i, '_trim_PE*', ' --outdir=', 'posQC/', ' -t ', length(samples)))
198+
paste0('01-trimmomatic/', i, '_trim_PE*', ' --outdir=', 'posQC/', ' -t ', opt$sampleToprocs))
199199
}
200200

201201

0 commit comments

Comments
 (0)