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

Fix for nocontrol #44

Merged
merged 5 commits into from
Nov 12, 2024
Merged

Fix for nocontrol #44

merged 5 commits into from
Nov 12, 2024

Conversation

kubranarci
Copy link
Member

  • add cram/crai files to input list (assets/schema_input.json)
  • add only a warn about the indices does not exists in converttovcf.json (bin/convertToStdVCF.py)
  • change default arg for ENSEMBL VEP (conf/modules.config)
  • upgrade samtools version for cram handling (modules/local/grep_samplename.nf)
  • edit nextflow version to latest (nextflow.config)

@kubranarci kubranarci self-assigned this Nov 12, 2024
@NagaComBio
Copy link
Collaborator

@kubranarci, Could you also add an update to the changelog?

Copy link
Collaborator

@NagaComBio NagaComBio left a comment

Choose a reason for hiding this comment

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

Looks good. Just need an update regarding the VEP options and the changelog.

@@ -166,7 +166,7 @@ process {
]
}
withName: 'ENSEMBLVEP_VEP' {
//ext.args ='--everything --filter_common --per_gene --total_length --offline'
ext.args ='--everything --filter_common --per_gene --total_length --offline'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please exclude --filter_common and --per_gene, as we need all annotations for all variants, regardless of MAF. We also require all consensus data, not just the 'most severe' consensus for each variant.

Copy link
Member Author

Choose a reason for hiding this comment

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

these parameters are mainly default settings, update on those parameters has to be given by local config. But I will this as well for now.

@kubranarci kubranarci merged commit d8b67de into main Nov 12, 2024
1 check passed
@kubranarci kubranarci linked an issue Nov 19, 2024 that may be closed by this pull request
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bam path from meta creates issues
2 participants