Multiline FASTA to single line FASTA
Can someone help me on a code in basic PERL to convert a multiline FASTA file to a single line FASTA.
perl
• 76 views
•
link
written
by
vasudevanakshay
0
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Multiline fasta to single line
written by LaFra 1Hi all, I'm trying to convert my multiline fasta in a single line fasta. My input file is like this (I put only the first …
-
I have RAW Illumina Paired-end sequence in FASTQ format. Can someone please guide me on how to crea…
written by mibtisamnasar 1I have RAW Illumina Paired-end sequence in FASTQ format. Can someone please guide me on how to create a single FASTA file for analysis? I …
-
How to extract fasta sequences and only its ID's, based on the subsequence fasta numbers from a mai…
written by sunnykevin97 100Hi Extracting only first sequence from the multiline fasta file perl -02 -ne '/(>[^>]+)/ && print $1' OG0012884.fa >TRINITY_DN9_c0_g1_i1.p1 MPMKGRFPIRRTLEFLRSGTVVFKDSVKILTVNYNTHGERSDGARKFVFFNIPQIQYQNP WIQILMFKNMTPSPFLRFYLDDGEQVLVDVEGKNHKQIVEHVKTILGKNDVLLEADKQVQ KEHSHPAHFGPKTYCLRECMCEVGGQVPCPGVVPLPKEMTGKYWTALRAGSAI* How do I …
-
tab to fasta file conversion
written by blooming.daisy333 11can someone kindly help me out how to convert tab delimited protein file (ID in one column and sequence in second column) into fasta file …
-
Genbank to fasta java
written by orelsmail 0Hello there everyone. I have been looking all over the internet looking for a code to convert a genbank file to a fasta file. Also, …
-
using MSINGS tool
written by danab 0Hi Everyone! I hope someone can help me with the following question. I'm trying to use the msings tool which is available on https://bitbucket.org/uwlabmed/msings but …
-
python script for reading sra files
written by mauryaneha57 0can someone help me in getting the code for reading sra files in perl or python????
-
Perl: How to open multiple files from a folder and print only column with the given string using pe…
written by R Ravi 3Hi all, I have a basic knowledge of perl and I occasionally use perl scripts to manage and process data, currently am trying to open …
-
Perl: How to open multiple files from a folder and print only column with the given string
written by R Ravi 3Hi all, I have a basic knowledge of perl and I occasionally use perl scripts to manage and process data, currently am trying to open …
-
Is There A Way To Convert Gs Mapper Output To Bam File?
written by Gabrielw 6<p>I'm trying to figure out if I can convert contigs fasta format generated by GS Mapper to bam file, can someone help me?</p>
If this is a homework assignment question (it seems to be since you are specifically asking for a PERL solution) then you are on your own. If not, search Biostars for a solution that @Pierre (that is a hint) has provided on many occasions.