I'd like to add 'chr1_KI270763v1_alt.fa' (929.9 kB) sequence to my reference genome 'genome.fa' (grch38-3.2 GB). Is it possible and which tool shall I use ?
Hi everyone, I'd like to know how to modify chromosome names in my genome fasta file. Specifically, I'd like to substitute: chr1_1-hap-1 chr2_1-hap-1 ... chrX_1-hap-1 …
Hi everyone, I was running the following comand line: > java -jar /home/Picard/picard.jar CollectAlignmentSummaryMetrics -R GRCh38.fna -I 2H.bam -O output2H.txt but I got the following …
Hi everyone, I've implemented a somatic variant calling pipeline in order to detect somatic variants in ovaric tumour samples (Targeted Sequencing done by MiSeq, Illumina). …
Hi everyone, I must perform somatic variant calling on ovarian samples (targeted sequencing performed with Illumina). I do not have the control match; it is …
Hi everyone, I'm trying to build the genome indexes with the following comand line (Ubuntu 18.04): home/bowtie2-2.4.4-linux-x86_64/bowtie2-build ReferenceGenome GrCh38_index where ReferenceGenome is the GrCh38.fa downloaded …
Hi everyone, I'm having some troubles with the indexing of the reference genome (GRCh38) with 'bowtie2-build': bowtie2-build ReferenceGenome GRCh38_index --large-index The indexes I've build (by …