IARCbioinfo / platypus-nf

Platypus germline variant calling with nextflow
GNU General Public License v3.0
0 stars 0 forks source link

add vt in docker + optional process #4

Closed tdelhomme closed 6 years ago

tdelhomme commented 7 years ago

vt is a tool set for short variant discovery in genetic sequence data. Here is the official GitHub repository. A good practice when run platypus is to add a vt step to normalize variants (needed for Annovar for instance).

vt program should be include in the Dockerfile in order to add an optional step for vt after variant calling by platypus.

tdelhomme commented 6 years ago

I close the issue, a best idea is to keep separated the vt normalization (see corresponding nextflow pipeline). Instead, I will open an issue to add a compression/indexation process.