adding description to fasta file
I have a .fasta file containing multiple sequences. and I have a separate file containing some description of each of the sequences in the .fasta file. how to merge them??
header
fasta
• 870 views
•
link
updated
by
Pierre Lindenbaum
17K
• |
written
by
manaswiniparija3
6
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Custom Database Kraken2 with Metagenomes
written by alenew.am 1Hi guys, i have to create a custom database for kraken2 and i have multiple directories, each containing a metagenome (composed by contigs), so in …
-
Multiple alignment of genome assemblies to generate a tree
written by pramach1 4I have 2000 genome assemblies(each fasta might have 5-6 contigs) of a particular serovar of Salmonella in 2000 separate fasta files(essentially 2000 fasta files). I …
-
principle component analysis
written by manaswiniparija3 6I need to perform a principal component analysis on nucleic acid sequences. I have .fasta file containing a lot of NA sequences. can anyone suggest …
-
fasta file parsing
written by manaswiniparija3 6I have a genome file in .Fasta format and a file containing some sequences' starting and end positions. how to extract these sequences from the …
-
How to download multiple fasta files from NCBI in linux command line?
written by Anisur Rahman 8Hi, I have a text file that contains a list of accession numbers for multiple nucleotide sequences like below: NM_001354644.1 NM_001354643.1 NM_007288.3 NM_001300741.2 I want …
-
Merging FASTA files
written by l.souza 8I have some FASTA files with a lot of sequences inside each one, but I need to have just one file with all of these …
-
Running a script for each of the Reference .fa files along with their respective .abi files
written by anilkanthi 1I have a bash script to process ".abi" files with its reference ".fasta" file. When I have a multiple header single FASTA file (each containing …
-
Is there a way to split single .txt file with multiple fasta sequences into individual sequences in…
written by Alpha 3Hi there! Can anyone help in answering how to split single .txt file with multiple fasta sequences into multiple files containing each of the fasta …
-
Perl Code for Sequence Extraction
written by csmpresent 2Hi, Please let me know how the coding can be done for extracting each sequence in separate files, from a single file (*.txt or *.fa) …
-
How To Merge Fasta Header With Description Using Perl :
written by Torque_Cloud 0<p>I have a fasta file that contains sequences like so :</p> <pre><code>>PT_TAC_1 ATGCATGCATGC >PT_TAC_2 ATGCATCGATCG </code></pre> <p>Following BLASTx, i obtained blast results in tabular format. …
How to match fasta header with the first column of a text file and append the second column of the text file to the end of the fasta header