Alignment of two different file format
Can we align a .fna file with .fastq file in multiple sequence alignment using Biopython?
alignment
• 2,078 views
•
link
updated
by
Ram
•
written
by
amoolya36 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
how to align fastq files to a fasta file using biopython to produce VCF file
written by FadyNabil •I have many fastq files that I want to align to a fast file using biopython package
-
how I can extract files (.fna) that is in multiple folders with a for loop.
written by AbdelAbdel •how I can extract files (.fna) that is in multiple folders with a for loop. name folders : GCA_000009205.2, GCA_000009225.2, GCA_000009265.1, ... each folder containing …
-
Aligning multiple Fastq files using Bowtie2
written by deepak18 •I want to align multiple paired end Fastq files belonging to different samples (RNA-seq reads) using Bowtie2. Bowtie allows alignment for multiple Fastq files at …
-
Multiple alignment for ChIP-seq data
written by tblain •We are interested in looking at conservation using the Phast tool. Phast requires a .maf (multiple alignment format) file. Is anybody aware of a tool …
-
gene sequence fetching from bam or fastq file of rna seq data
written by fatimarasool135I have 6 wheat samples sequenced using RNA-seq. I received forward and reverse fastq files and I generated bam files by using hisat2 tool which …
-
File format conversion to clustal using biopython
written by mdsiddra •I am using biopython for converting my aligned sequence file from one format to another using `"AlignIO.write"` function. The thing I want to know is …
-
BWA MEM alignment output of splited fastq files differ from the original(unsplit) fastq file
written by manojkumar_bhosaleHi, I want to do alignment of paired end fastQ files (R1 and R2) for which I am using BWA MEM tool. As this aligner …
-
python posterior probability in stockholm file
written by MAK •I want to parse a multiple sequence alignment stockholm file by columns. Is there any library or package in python to parse a multiple sequence …
-
How To Differentiate Files With One Record From Files With Multiple Records?
written by Cako Fuentes •I'm working with biopython, python, and gtk to create a program to load files of bioinformatic interest. These files have multiple sequence in them http://biopython.org/DIST/docs/tutorial/examples/ls_orchid.gbk …
-
Parallelizing Bwa On Multiple Cpus
written by Alex Paciorkowski<p>Has anyone successfully parallelized BWA alignment on multiple CPUs? Do the reads contained in a fastq file depend upon one another, or can one break …
Please be more specific, why do you want to do that? The first question should be if it makes sense, and it most likely doesn't.
This question can be answered by just runnning your python program and seeing if you get any errors..I haven't tried it but you may definetly get errors because .fna just contains the nucleic acid sequence whereas fastq contains your sequence with their corresponding quality scores..
To convert fastq to fasta format, check this out- Fastq Convert To Fasta
Convert fastq to fasta and then align them together (whatever you're up to... ^^)