NationalGenomicsInfrastructure / piper

A genomics pipeline build on top of the GATK Queue framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question for the man

mariogiov opened this issue · comments

Hey if I'm copying files over to a node to do variant calling and I've already done alignment, what do I actually need to copy? I'm thinking I'll copy the relevant 01_raw_alignment files for the sample in question but I don't expect I would need the 02_preliminary_alignment_qc files. Or? Do they get used in report gen or something?
Part 2 if I don't copy e.g. the 02_preliminary_alignment_qc files how can I keep Piper from recreating them? Can I just add a .done file in that dir?

Yours truly,

The M-Man

The easiest is if you copy the entire pipeline_output to the node. The 02_preliminary_alignment_qc is not that big, so I wouldn't expect copying that to the node will actually be a bottleneck.

Kk thanks