Unconfigured Ad

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

    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
          Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
          by SEQadmin2



          Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
          ...
          07-09-2026, 11:10 AM
        • SEQadmin2
          Cancer Drug Resistance: The Lingering Barrier to Rising Survival
          by SEQadmin2



          Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

          There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
          07-08-2026, 05:17 AM
        • GATTACAT
          Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
          by GATTACAT
          Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
          07-01-2026, 11:43 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 07-13-2026, 10:26 AM
        0 responses
        24 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-09-2026, 10:04 AM
        0 responses
        33 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-08-2026, 10:08 AM
        0 responses
        21 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-07-2026, 11:05 AM
        0 responses
        34 views
        0 reactions
        Last Post SEQadmin2  
        Working...