I'm trying to use freebayes to call variants through the following parameters : freebayes -f $REF -r $REGIONS -b 03.align/$FQ.align.sort.marked.bam > 04.freebayes/$FQ.var.vcf The error reports: …
I'm trying to use freebayes to call variants through the following parameters using RNA-Seq data: ``` $freebayes --fasta-reference $ref \ --region $BED \ $bam \ …
Hello, I am using freebayes for making vcf files using: RUN=${SLURM_ARRAY_TASK_ID} LIST_OF_BAMS=/path/list_of_bam.txt freebayes -f /path/genome.fasta -L ${LIST_OF_BAMS} > /path/all_SNPs_pt${SLURM_ARRAY_TASK_ID}.vcf But it gives this error: unable …