Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Add test dataset #15

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

WIP Add test dataset #15

wants to merge 4 commits into from

Conversation

LysianeBouchard
Copy link
Contributor

NOT READY TO MERGE

@LysianeBouchard LysianeBouchard marked this pull request as draft June 19, 2024 19:49
max_cpus = 2
max_disk = 10.GB

}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

À confirmer avec @FelixAntoineLeSieur et @DamienGnst mais je crois que seulement la partie dans le scope params est nécessaire.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oui je suis d'accord de ne pas changer plus que les paramètres pour l'instant. Les profils sont une bonne idée, mais surement dans un PR différent.
À noter que le changement des paramètres pourrait jouer avec la validation par nf-core schema

@LysianeBouchard
Copy link
Contributor Author

J'ai inclus les changements sur le fichier nextflow.config pour l'instant pour qu'on puisse voir ce qui est différent et en parler. S'il n'y a pas de besoin immédiat, je crois que ce serait plus sage de ne pas le modifier pour ce PR, i.e. de restaurer la version originale. Si jamais on veut faire des changements, on peut les addresser dans un second temps dans des PR séparés.

@@ -240,7 +240,7 @@ process genotypeGVCF {
"""
echo $familyId > file
gatk -version
gatk --java-options "-Xmx8g" GenotypeGVCFs -R $referenceGenome/${params.referenceGenomeFasta} -V $exactGvcfFile -O ${familyId}.genotyped.vcf.gz
gatk --java-options "-Xmx8g" GenotypeGVCFs --allow-old-rms-mapping-quality-annotation-data -R $referenceGenome/${params.referenceGenomeFasta} -V $exactGvcfFile -O ${familyId}.genotyped.vcf.gz
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ici je vois une option de plus quand on roule la commande gatk: --allow-old-rms-mapping-quality-annotation-data.
Est-ce qu'on veut bien avoir cette option toujours? @DamienGnst

@LysianeBouchard
Copy link
Contributor Author

LysianeBouchard commented Jun 20, 2024

Je crois que ce serait sage de mettre les fichiers de références sur git-lfs. @Remrem08007 a mentionné avoir essayé et eu des problèmes. Je vais l'essayer de mon côté aussi. Je vais tester sur une autre branche pour ne pas créer de conflits avec Remi s'il veut pousser des changements.

@LysianeBouchard
Copy link
Contributor Author

Je crois que ce serait bien d'ajouter une courte documentation sur la provenance des données et aussi quelques exemples de commandes pour rouler le tout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants