You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How are you all? Thanks for your amazing daily support. The validation plugin is blocking the known_indels file and tabix based on the prepare_genome.config specs. The problem I think is based on the curly braces.
Command:nextflow run nf-core/sarek -r dev -profile test,singularity -resume -params-file nf-params.json -c nextflow2.configERROR ~ Illegal character in path at index 116: https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/Homo_sapiens/GATK/GRCh38/Annotation/GATKBundle/{Mills_and_1000G_gold_standard.indels.hg38,beta/Homo_sapiens_assembly38.known_indels}.vcf.gz -- Check script '~/assets/nf-core/sarek/./workflows/sarek/../../subworkflows/local/utils_nfcore_sarek_pipeline/../../nf-core/utils_nfschema_plugin/main.nf' at line: 39 or see '.nextflow.log' file for more details
Version: 24.10.4 build 5934
Created: 20-01-2025 16:47 UTC (13:47 BRST)
System: Linux 4.18.0-477.10.1.el8_8.x86_64
Runtime: Groovy 4.0.23 on OpenJDK 64-Bit Server VM 17.0.10+7
Encoding: UTF-8 (UTF-8)
HPC
SLURM
Singularity
Sarek 3.5.0
dev branch
The text was updated successfully, but these errors were encountered:
I've run into this today as well. Removing the curly braces and setting the filename to /Mills_and_1000G_gold_standard.indels.hg38.vcf.gz (and the same for the .tbi) seemed to get round the error and start the pipeline. Not sure if it will cause problems later though.
Description of the bug
Hey Sarekers,
How are you all? Thanks for your amazing daily support. The validation plugin is blocking the known_indels file and tabix based on the prepare_genome.config specs. The problem I think is based on the curly braces.
Command used and terminal output
Relevant files
These are the configs:
This is the
prepare_genome.config
:System information
Version: 24.10.4 build 5934
Created: 20-01-2025 16:47 UTC (13:47 BRST)
System: Linux 4.18.0-477.10.1.el8_8.x86_64
Runtime: Groovy 4.0.23 on OpenJDK 64-Bit Server VM 17.0.10+7
Encoding: UTF-8 (UTF-8)
HPC
SLURM
Singularity
Sarek 3.5.0
The text was updated successfully, but these errors were encountered: