Closed gongyixiao closed 5 years ago
The awkwardness is a bit due to how the neoantigen script was written, and it was fit into NF.
We could try https://github.com/mskcc/vaporware/blob/master/pipeline.nf#L1467-L1470
process RunNeoantigen {
tag {idTumor + "_vs_" + idNormal}
publishDir "${params.outDir}/${idTumor}_vs_${idNormal}/somatic_variants", mode: params.publishDirMode
and that should resolve this.
I'll double-check this works: https://github.com/mskcc/vaporware/pull/469
Below two lines result in duplicated level of neoantigen directory in the "Result" folder when publishing the result
https://github.com/mskcc/vaporware/blob/bfc446dc16336802790e6644f37e1e9f0cc32fd8/pipeline.nf#L1470
https://github.com/mskcc/vaporware/blob/bfc446dc16336802790e6644f37e1e9f0cc32fd8/pipeline.nf#L1489
Current directory structure looks like: