CRG-CNAG / CalliNGS-NF

GATK RNA-Seq Variant Calling in Nextflow
Mozilla Public License 2.0
130 stars 53 forks source link

ERROR: Input files reference and features have incompatible contigs #36

Open kyle-lk opened 1 year ago

kyle-lk commented 1 year ago

I don't konw how to set --variants parameter, and what's wrong with the following code: nextflow run main.nf --reads '/home/liukai/postd/msi_project/RNAseq1101/00.CleanData/C15*RNA{1,2}.clean.fq.gz' --denylist ~/db/human_genome_index/hg38/S1667195179_agilent_region.hg38.bed —variants /home/liukai/db/human_genome_inde x/hg38/hg38_VCF/Mills_and_1000G_gold_standard.indels.hg38.vcf.gz --results my_msi_results_newref --genome /home/liukai/db/human_genome_index/hg38/hg38_VCF/Homo_sapiens_assembly38.fasta -profile docker -resume

image

image