Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • kwtennis311
    replied
    thanks

    thanks guys, Biopython did the trick

    Leave a comment:


  • Bio.X2Y
    replied
    Thanks sklages! I wasn't aware of qual files.

    kwtennis311, there seem to be some existing posts on this, you might find answers in this, e.g. http://seqanswers.com/forums/showthread.php?t=3730.

    Leave a comment:


  • sklages
    replied
    Originally posted by Bio.X2Y View Post
    However, I don't think it makes any sense to create a fasta file "containing the quality scores". Fasta files are used to represent sequences.
    ... and their corresponding qualities ..

    mySeq.fasta :
    >mySeq
    ACGTACGT

    mySeq.fasta.qual:
    >mySeq
    22 22 33 33 22 22 33 44

    There are still some programs which need to be fed with fasta/qual :-)

    Anyway, qualities need to be converted to phred-stye ..

    Leave a comment:


  • Bio.X2Y
    replied
    You could use awk to create a simple fasta file from your fastq, e.g.

    awk 'NR % 4 == 1 {print ">" $0 } NR % 4 == 2 {print $0}' my.fastq > my.fasta

    However, I don't think it makes any sense to create a fasta file "containing the quality scores". Fasta files are used to represent sequences.

    Leave a comment:


  • kwtennis311
    started a topic fastq to fasta conversion

    fastq to fasta conversion

    How can I convert my fastq files to two fasta files with one containing the reads and another containing the quality scores?

    Thanks

Latest Articles

Collapse

  • seqadmin
    Exploring the Dynamics of the Tumor Microenvironment
    by seqadmin




    The complexity of cancer is clearly demonstrated in the diverse ecosystem of the tumor microenvironment (TME). The TME is made up of numerous cell types and its development begins with the changes that happen during oncogenesis. “Genomic mutations, copy number changes, epigenetic alterations, and alternative gene expression occur to varying degrees within the affected tumor cells,” explained Andrea O’Hara, Ph.D., Strategic Technical Specialist at Azenta. “As...
    07-08-2024, 03:19 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Yesterday, 06:46 AM
0 responses
9 views
0 likes
Last Post seqadmin  
Started by seqadmin, 07-24-2024, 11:09 AM
0 responses
26 views
0 likes
Last Post seqadmin  
Started by seqadmin, 07-19-2024, 07:20 AM
0 responses
160 views
0 likes
Last Post seqadmin  
Started by seqadmin, 07-16-2024, 05:49 AM
0 responses
127 views
0 likes
Last Post seqadmin  
Working...
X