CIBERER / GdTBioinfo-nf-snvs

MIT License
0 stars 0 forks source link

modify workflow snvs.nf to take fastq and launch gatk haplotypecaller #39

Closed yolandabq closed 1 week ago

yolandabq commented 3 weeks ago

Is there an existing PR for this?

Types of changes:

Description

Please include a summary of the changes and the related issue(s). List any dependencies that are required for this change, if any.

Fixes #ISSUE-NUMBER

Checklist:

Please verify that you have completed the following:

yolandabq commented 3 weeks ago

Hola @yocra3 ! He empezado a modificar el workflow del snvs.nf para comprobar que va corriendo. Por ahora he añadido el subworkflow del alineamiento (con el bwa) y he intentado pasar el bam al gatk haplotypecaller. Este último paso se lanza pero me da error por el BAM, no sé si porque no funciona con los fastqs que le he pasado (he pasado el my.bam de zenodo a fastq1 y fastq2) o porque faltan los pasos de GATK de en medio. He hecho el pull request y sale un poco raro, como que he modificado cosas que no he modificado (contributing.md, implementation_guidelines.md...), pero después los archivos están normales, no sé por qué. Si le puedes echar un ojo y ves que está mal, me dices y vuelvo a hacer el push. Gracias!!

yocra3 commented 2 weeks ago

Hola @yolandabq,

He estado corriendo la pipeline con los fastqs que subió Marta al zenodo. Como comentas, solo he conseguido hacer hasta el alineamiento. Te pongo algunos comentarios que creo que habría que modificar antes de hacer el PR inicial:

Por el momento, prefiero corregir estos temas antes que arreglar el HaplotypeCaller. Esta parte la podemos ver una vez aclaremos bien lo de integrar las GATK guidelines.