Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kurban910
    Member
    • Jul 2014
    • 58

    #1

    about uniprot sprot.fasta header

    hey guys,
    i wanna ask a question about uniprot fasta file header.

    in the header shown as below:

    Code:
    kurban@kurban-X550VC:~/Desktop/Uniprot$ zcat uniprot_sprot.fasta.gz | more
    [COLOR="Blue"]>sp|Q6GZX4|001R_FRG3G Putative transcription factor 001R OS=Frog virus 3 (isolate Goorha) GN=FV3-001R PE=4 SV=1[/COLOR]
    MAFSAEDVLKEYDRRRRMEALLLSLYYPNDRKLLDYKEWSPPRVQVECPKAPVEWNNPPS
    EKGLIVGHFSGIKYKGEKAQASEVDVNKMCCWVSKFKDAMRRYQGIQTCKIPGKVLSDLD
    AKIKAYNLTVEGVEGFVRYSRVTKQHVAAFLKELRHSKQYENVNLIHYILTDKRVDIQHL
    EKDLVKDFKALVESAHRMRQGHMINVKYILYQLLKKHGHGPDGPDILTVKTGSKGVLYDD
    SFRKIYTDLGWKFTPL
    Code:
    kurban@kurban-X550VC:~/Desktop/Uniprot$ zcat uniprot_trembl.fasta.gz | more
    [COLOR="Blue"]>tr|G9CT51|G9CT51_9ARCH Ammonia monooxygenase (Fragment) OS=uncultured ammonia-oxidizing archaeon GN=amoA PE=4 SV=1[/COLOR]
    CTHYLFIVVVAVNSTLLTINAGDYIFYTDWAWTSFTVFSISQTLMLIVGACYYLTFTGVP
    GTATYYALIMTVYTWVAKAAWFSLGYPYDFIVTPVWLPSAMLLDLVYWATKKNKHSLILF
    GGVLVGMSLPLFNMVNLITVADPLETAFKYPRPTLPPYMTPIEPQVGKFYNSPVALGAGA
    GAVLGCTFAALGCKLNT
    which ones are UniProt IDs and which ones are Uniprot accession numbers?
    Last edited by kurban910; 12-01-2015, 02:41 PM.
  • mastal
    Senior Member
    • Mar 2009
    • 666

    #2
    see http://www.uniprot.org/help/differen...sion_entryname

    The first set of identifiers (Q6GZX4, G9CT51) are the accession numbers.

    Comment

    • kurban910
      Member
      • Jul 2014
      • 58

      #3
      thanks you @mastal.

      Comment

      • Mat29
        Junior Member
        • Mar 2015
        • 4

        #4
        How to Run BBmap for many .fastaq files?

        #!/bin/bash
        ./bbmap.sh ref=ref.fa # creating index file from the input reference
        for i in {ls*.fastq}
        do
        ./bbmap.sh in=i out={.}
        done


        I also tried using GNU parallel ls *.sra | xargs -I {} -P 5 -n 1 ./fastq-dump {}| ./bbmap.sh in=ls *.fastq out=mapped.sam

        (sra part works, bbmap not)
        what to change in code?
        Last edited by Mat29; 01-01-2016, 11:14 AM.

        Comment

        Latest Articles

        Collapse

        • SEQadmin2
          Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
          by SEQadmin2



          CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

          Despite this, “CRISPR helped turn genome editing from a specialized technique into
          ...
          07-31-2026, 11:01 AM
        • SEQadmin2
          Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
          by SEQadmin2


          Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

          The systematic characterization of the human proteome has
          ...
          07-20-2026, 11:48 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 08-06-2026, 07:41 AM
        0 responses
        14 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-03-2026, 10:13 AM
        0 responses
        31 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-31-2026, 02:55 AM
        0 responses
        40 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-24-2026, 12:17 PM
        0 responses
        26 views
        0 reactions
        Last Post SEQadmin2  
        Working...