how to align fastq files to a fasta file using biopython to produce VCF file
I have many fastq files that I want to align to a fast file using biopython package
fastq
biopython
fasta
vcf
• 2,869 views
•
link
updated
by
Ram
•
written
by
FadyNabil •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
ClustalW using Biopython
written by FadyNabil •I want to make a clustalw alignment using biopython on a fasta file that have many reads converted from fastq format to fasta format (the …
-
how to align many single end fastq files from the same study on each other without using any refere…
written by FadyNabil •I have many single end fastq files that I downloaded from SRA data base I want to align these files on each other to make …
-
How to download the final reads of SRA data from NCBI using fastq-dumb
written by FadyNabil •Say I have an SRA data file that contains many reads I want to use fastq-dumb to download the final for example 5 reads from …
-
How to print the header of bed file and the lines that belong to chromosome 2
written by FadyNabil •I have a bed file consists of many lines and I want to extract the header and the lines that belong to chromosome 2 only …
-
Comparing fastq files
written by diffexp123 •Hi, I have 2 sets of paired end sequencing files: set1_r1.fastq and set1_r2.fastq for set 1 set2_r1.fastq and set2_r2.fastq for set 2. The files in …
-
isolate the output of lignment in fastq format
written by alireza346 •I have `RNAseq` data and trying to align the `fastq` files to human `transcriptome` (not `genome`). I want to isolate the reads that map to …
-
How to process paired end data (using fastq-dump) to get Fw and Rv files
written by 2405592MHi guys I downloaded a fastq file using the fast-dump command (sra toolkit) to get paired end data that I want to analyse. However, the …
-
Questions about Alignment and downstream workflow for scRNA-Seq Data
written by rajeev.vikram •Hi, I am new to single cell (SC) RNA-Seq and have a rather naive q regarding the alignment of single cell fast q files. As, …
-
Alignment of two different file format
written by amoolya36 •Can we align a .fna file with .fastq file in multiple sequence alignment using Biopython?
-
searching for sequences in a fastq file
written by sumithrasank75I have a list of 10 base-pair sequences say ACTTTTTTTT,TGGTTACTGA,.. in a textfile called id.txt. Using biopython,I want to iterate through a fastq file (say …
Using biopython for this task is unlikely to be the best approach, can you elaborate why you want to do that?
I am running on a project that needs me to make alignment for fastq files
Yes, but BioPython is not what you want. Alignment of fastq files (NGS sequencing data, is it?) is done with specialized tools such as bwa or bowtie2. Please google for these tools, there are literally hundreds of posts, tutorials and manuals on how to do that. The entire process is called variant calling, there are pipelines for it, please search for these. Something like GATK best practices or
bcftools mpileupas good keywords to start with.I got it thank you
So what is the problem, you opened a new question? Feel free to add a comment if you need further help. Did you get stuck somewhere, if so where? There is no need to be ashamed asking for help, but please do not just open identical questions, that only annoys people :)
Please do not delete posts that have received feedback.