Skip to content

Commit

Permalink
Keep rundir, dragen-4 renaming, data_xfer with fastq input
Browse files Browse the repository at this point in the history
  • Loading branch information
dufeiyu committed Aug 22, 2023
1 parent a9e93fa commit 30fcbaa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Soma.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Soma.XferLabel":"",
"Soma.SomaRepo":"/storage1/fs1/gtac-mgi/Active/CLE/assay/SOMA/process/git/cle-soma",
"Soma.DataTransfer":"true",
"Soma.RmRunDir":"true",
"Soma.RmRunDir":"false",
"Soma.JobGroup":"/cle/wdl/haloplex",
"Soma.DragenEnv":"LSF_DOCKER_DRAGEN=y",
"Soma.DragenDockerImage":"gtac-mgi-dragen(seqfu/oracle8-dragen-4.0.3:latest)",
Expand Down
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
4 changes: 2 additions & 2 deletions Soma_alt.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"Soma.XferLabel":"",
"Soma.SomaRepo":"/storage1/fs1/gtac-mgi/Active/CLE/assay/SOMA/process/git/cle-soma",
"Soma.DataTransfer":"true",
"Soma.RmRunDir":"true",
"Soma.RmRunDir":"false",
"Soma.JobGroup":"/cle/wdl/haloplex",
"Soma.DragenEnv":"LSF_DOCKER_DRAGEN=y",
"Soma.DragenDockerImage":"gtac-mgi-dragen(seqfu/oracle8-dragen-4.0.3:latest)",
"Soma.DragenQueue":"dragen",
"Soma.DragenQueue":"dragen-4",
"Soma.Queue":"gtac-mgi"
}

0 comments on commit 30fcbaa

Please sign in to comment.