how to align fastq files to a fasta file using biopython to produce VCF file
0
0
Entering edit mode
2.8 years ago
FadyNabil ▴ 20

I have many fastq files that I want to align to a fast file using biopython package

fastq biopython fasta VCF • 1.9k views
ADD COMMENT
0
Entering edit mode

Using biopython for this task is unlikely to be the best approach, can you elaborate why you want to do that?

ADD REPLY
0
Entering edit mode

I am running on a project that needs me to make alignment for fastq files

ADD REPLY
2
Entering edit mode

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 mpileup as good keywords to start with.

ADD REPLY
0
Entering edit mode

I got it thank you

ADD REPLY
1
Entering edit mode

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 :)

ADD REPLY
0
Entering edit mode

Please do not delete posts that have received feedback.

ADD REPLY

Login before adding your answer.

Traffic: 2101 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6