Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • totalnew
    replied
    I had this problem too, my solution was to use unix command to trim and fold the fasta file. You would have to cut the header first, and catenate it with your sorted fasta file. It perfectly solves the problem.

    Writing a shell script may be a good idea to make things easlier.

    Leave a comment:


  • webbrewer
    replied
    This bioperl snippet fixes the fasta:

    Code:
    use Bio::SeqIO;
    $in  = Bio::SeqIO->new(-file => "inputfilename",
                           -format => 'Fasta');
    $out = Bio::SeqIO->new(-file => ">outputfilename",
                           -format => 'Fasta');
    while ( my $seq = $in->next_seq() ) {$out->write_seq($seq); }

    Leave a comment:


  • webbrewer
    replied
    I am having this same issue. While I have verified that there are lines of different length in the sequence file, however, why should this matter?

    Leave a comment:


  • nilshomer
    replied
    Originally posted by baohua100 View Post
    populus@Rust:~/samtools-0.1.5c_x86_64-linux$ ./samtools faidx /media/Poplar/baohua/genome/poplar_genome.fa
    [fai_build_core] different line length in sequence 'scaffold_28'.
    Segmentation fault

    What's the meaning of defferent line length ?

    It's the standard fasta file.

    I download it from:
    ftp://ftp.jgi-psf.org/pub/JGI_data/P...asked.fasta.gz
    Can you verify that every sequence line in the FASTA has the same length?

    Leave a comment:


  • baohua100
    started a topic samtools faidx Segmentation fault

    samtools faidx Segmentation fault

    populus@Rust:~/samtools-0.1.5c_x86_64-linux$ ./samtools faidx /media/Poplar/baohua/genome/poplar_genome.fa
    [fai_build_core] different line length in sequence 'scaffold_28'.
    Segmentation fault

    What's the meaning of defferent line length ?

    It's the standard fasta file.

    I download it from:
    ftp://ftp.jgi-psf.org/pub/JGI_data/P...asked.fasta.gz

Latest Articles

Collapse

  • seqadmin
    Essential Discoveries and Tools in Epitranscriptomics
    by seqadmin




    The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
    04-22-2024, 07:01 AM
  • seqadmin
    Current Approaches to Protein Sequencing
    by seqadmin


    Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
    04-04-2024, 04:25 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Yesterday, 08:47 AM
0 responses
12 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-11-2024, 12:08 PM
0 responses
60 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 10:19 PM
0 responses
59 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 09:21 AM
0 responses
54 views
0 likes
Last Post seqadmin  
Working...
X