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
• 75 views
•
link
written
by
vasudevanakshay •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Multiline fasta to single line
written by LaFra •Hi 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 •I 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 sunnykevin97Hi 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 •can 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 •Hello 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 •Hi 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 •can 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 •Hi 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 •Hi 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 •<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.