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

Test full profile is not working #123

Open
nschcolnicov opened this issue Feb 7, 2024 · 2 comments
Open

Test full profile is not working #123

nschcolnicov opened this issue Feb 7, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@nschcolnicov
Copy link

Description of the bug

When trying to run the test_full profile I get the error: Known variants VCF file or its index is missing!. At least --dbsnp (and its index) or --known_indels (and its index) is required.

Command used and terminal output

Both of these commands raise the same error
nextflow run ../../main.nf -profile test_full,bi,cluster --outdir .

nextflow run ../main.nf -profile test_full,docker --outdir .

Relevant files

No response

System information

dev branch

@nschcolnicov nschcolnicov added the bug Something isn't working label Feb 7, 2024
@maxulysse
Copy link
Member

Fully agreeing on that, need to refactor the whole references genome handling

@maxulysse
Copy link
Member

any chance adding that make this work:

dbsnp: "s3://ngi-igenomes/igenomes/Homo_sapiens/GATK/GRCh38/Annotation/GATKBundle/dbsnp_146.hg38.vcf.gz"
dbsnp_tbi: "s3://ngi-igenomes/igenomes/Homo_sapiens/GATK/GRCh38/Annotation/GATKBundle/dbsnp_146.hg38.vcf.gz.tbi"
known_indels: "[s3://ngi-igenomes/igenomes/Homo_sapiens/GATK/GRCh38/Annotation/GATKBundle/{Mills_and_1000G_gold_standard.indels.hg38,beta/Homo_sapiens_assembly38.known_indels}.vcf.gz](s3://ngi-igenomes/igenomes/Homo_sapiens/GATK/GRCh38/Annotation/GATKBundle/%7BMills_and_1000G_gold_standard.indels.hg38,beta/Homo_sapiens_assembly38.known_indels%7D.vcf.gz)"
known_indels_tbi: "[s3://ngi-igenomes/igenomes/Homo_sapiens/GATK/GRCh38/Annotation/GATKBundle/{Mills_and_1000G_gold_standard.indels.hg38,beta/Homo_sapiens_assembly38.known_indels}.vcf.gz.tbi](s3://ngi-igenomes/igenomes/Homo_sapiens/GATK/GRCh38/Annotation/GATKBundle/%7BMills_and_1000G_gold_standard.indels.hg38,beta/Homo_sapiens_assembly38.known_indels%7D.vcf.gz.tbi)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants