Open ojziff opened 2 years ago
Adding --DROP_MISSING_CONTIGS TRUE
to my config gets around the missing contigs error in GATK4_BEDTOINTERVALLIST
:
process {
withName: 'NFCORE_RNAVAR:RNAVAR:GATK4_BEDTOINTERVALLIST' {
ext.args = '--DROP_MISSING_CONTIGS TRUE'
}
}
Description of the bug
GATK4_BEDTOINTERVALLIST
is failing because of picard not finding sequences (bed) in the sequence directory (dict):Suggests the dict and bed are inconsistent. Searching through rnavar slack channel for
chr10_GL383545v1_alt
confirms 6 others have also posted about this very same issue. This stems from the usage docs not being clear on which reference files to ensure the pipeline sequence files match between processes. For GRCh38, it would be very helpful if suggested files (and where to access them) could be advised for each of:I understand from @maxulysse that NCBI iGenomes files are advised but am finding the error above with these. Using iGenomes I also run into errors with STAR_ALIGN because the iGenomes STAR index version is different to the pipeline STAR version:
Should
--igenomes_ignore true
be made default?Command used and terminal output
Output
Relevant files
rnavar.config
System information
N E X T F L O W ~ version 21.10.3 HPC at Crick Executor slurm Container singularity OS Linux version dev