Skip to content

Commit

Permalink
Revert to previous change that enables data_tranasfer with fastq input
Browse files Browse the repository at this point in the history
  • Loading branch information
dufeiyu committed Aug 28, 2023
1 parent bfcce50 commit 7f66195
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Soma.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,20 @@ workflow Soma {
jobGroup=JobGroup
}

if (defined(DemuxSampleSheet)){
if (DataTransfer) {
call data_transfer {
input: QcAll=batch_qc.QC_all,
#QcFile= OutputDir + '/' + basename(OutputDir) + '_Genoox.xlsx',
QcFile=batch_qc.QC_file,
BatchFastqDir= DemuxFastqDir + '/' + basename(OutputDir),
InputSpreadSheet=InputSpreadSheet,
XferLabel=XferLabel,
queue=Queue,
jobGroup=JobGroup
}
if (DataTransfer) {
call data_transfer {
input: QcAll=batch_qc.QC_all,
#QcFile= OutputDir + '/' + basename(OutputDir) + '_Genoox.xlsx',
QcFile=batch_qc.QC_file,
BatchFastqDir= DemuxFastqDir + '/' + basename(OutputDir),
InputSpreadSheet=InputSpreadSheet,
XferLabel=XferLabel,
queue=Queue,
jobGroup=JobGroup
}
}

if (defined(DemuxSampleSheet)){
if (RmRunDir) {
call remove_rundir {
input: order_by=gather_files.done,
Expand Down

0 comments on commit 7f66195

Please sign in to comment.