NCBI submission: Difference between revisions
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
* CON record for suprectg's | * CON record for suprectg's | ||
== Data format | == Data format == | ||
1. Adding sequence tags: | |||
$ addFastaTags.pl -s " [organism=...] [strain=wPip] [substrain=JBH] [tech=wgs]" prefix.fasta | |||
2. Creating AGP files: | |||
$ scaff2agp.pl < prefix.scaff > prefix.agp | |||
3. Formatting the annotation | |||
== Submission == | |||
1. '''BankIt''' | 1. '''BankIt''' | ||
Revision as of 11:13, 21 October 2008
Genome/TPA submission
Links
Genome Project Registration
Output:
- genome project id (5 digit); use it in e-mail correspondence
- locus_tags (3 letter/digit)
Submit ctg's & suprectg's to WGS
- ctg's: no gaps
- suprectg's: AGP format
- annotation: either for ctg's or superctg's
Output:
- 4-letter WGS project_ID : XXXX
- project accession number : XXXX00000000 (4-letter ID followed by 8 0's)
- 1st version: XXXX01000000
- 1st version ctg's: XXXX01000001
- CON record for suprectg's
Data format
1. Adding sequence tags:
$ addFastaTags.pl -s " [organism=...] [strain=wPip] [substrain=JBH] [tech=wgs]" prefix.fasta
2. Creating AGP files:
$ scaff2agp.pl < prefix.scaff > prefix.agp
3. Formatting the annotation
Submission
1. BankIt
- BankIt
- one or a few sequence submissions
- uses a web form
2. SeqIn
- multiple sequences
/nfshomes/dpuiu/szdevel/sequin.8.10/sequin !!! import /nfshomes/dpuiu/bin/seqin.sqn
Form Submission: Immediately ... Tentative manuscript title: Contact: Name: Daniela Puiu Phone: 301.405.3403 Fax: 301.314.1341 Email: dpuiu@umiacs.umd.edu Authors: Daniela Puiu Steven L. Salzberg ... Affiliation Institution: University of Maryland, Center for Bioinformatics and Computational Biology , 3115 Biomolecular Sciences Building #296, College Park, MD 20742 , US
Seqeuence format Batch submission FASTA Original submission ... Organism and Sequences: Nucleotide: can import from FASTA file Organism: strain, moltype Proteins Annotation
GenomeMacroSend : submit *.sqn, *.tbl, *.fsa, *agp files e-mail the output file to gb_sub@ncbi.nlm.nih.gov (deprecated)
Export template => template.sbt : contains submission info
3. tbl2asn
$ tbl2asn -t template.sbt -i prefix.fasta -V v -s
- Input files:
* template (*.sbt) * FASTA sequence (*.fsa) >SeqID [organism=...] [strain=...] [tech=wgs] [chromosome=...] Adding tags: ~dpuiu/bin/addFastaTags.pl -s " [organism=...] [strain=wPip] [substrain=JBH] [tech=wgs]" wPipJBH.fasta
* annotation table (*.tbl) (optional) 5-column table locus_tag for genes protein_id for proteins product for proteins
- Output files:
* ASN.1 (*.sqn) for submission to GenBank.
TA submission
Compressed archive containing 3 files: TRACEINFO.xml, MD5, README traces/ directory SCF format traces under traces/ or traces/*/ The archive(s) is/are gzip files 1-4GB; include center's name and the date into file names Accepted only by uploading to NCBI FTP server. server: ftp-trace.ncbi.nih.gov login: passwd: center: UMD
Scripts:
/nfshomes/dpuiu/Archives/JCVI/bin/phred2xmlTrace.pl
SRA submission
server: ftp-trace.ncbi.nlm.nih.gov login: cbcb_trc password: t@@GeaYF Center_name (acronym): CBCB Full name: Center for Bioinformatics and Computational Biology, University of Maryland Directory (Short reads): short_read/ Directory (Sanger reads): uploads/ Directory (test): test/ (~30 raeds) Validation table
AA submission
Compressed archive containing 2 files: ASSEMBLY.xml , MD5 Accepted only by uploading to NCBI FTP server. server: ftp-private.ncbi.nlm.nih.gov login: cbcb_trc passwd: t@@GeaYF center: UMD description: University of Maryland ASSEMBLY XML Schema png ASSEMBLY XML Schema xsd
Use XContig package scripts
Files:
.contig : contigs & underlying reads (use TRACE_NAME's or SEQ_NAME's) .seq : read sequences (use TRACE_NAME's or SEQ_NAME's) .qual : read qualities (use TRACE_NAME's or SEQ_NAME's) .ti2seq_name : (TI , TRACE_NAME or SEQ_NAME)
$ bank2contig -e prefix.bnk > prefix.contig $ dumpreads -e -r prefix.bnk > prefix.seq $ dumpreads -e -r -q prefix.bnk > prefix.qual
Example:
Xoo: /fs/szasmg/Bacteria/Xanthomonas/XOO/Xoo_PXO99A/FinalAsm_June2007/AA
Steps:
1. makeConinfo ASSEMBLY.coninfo $ more ASSEMBLY.coninfo <coninfo> <meta name='center'>UMD</meta> <meta name='db'>Xoo</meta> <meta name='desc'>Xanthomonas oryzae pv. oryzae strain PXO99A</meta> <meta name='object'>ASSEMBLY</meta> <meta name='species_code'>Xanthomonas oryzae pv. oryzae strain PXO99A</meta> <meta name='structure'>Chromosome</meta> <meta name='subtype'>NEW</meta> <meta name='taxid'>360094</meta> <contig id="1106158952778_stitched" conformation="CIRCULAR" subtype="NEW"/> <file src="Xoo.contig"/> <seq src="Xoo.seq"/> <qual src="Xoo.qual"/> <idmap src="Xoo.ti2seq_name" direction="FORWARD"/> </coninfo>
2. buildAssemblyArchive ASSEMBLY.coninfo --prompt --subname umd-20070816-125223 problems: * submitter_reference="tigr...." : replace tigr with umd * conformation: always LINEAR : replace LINEAR with CIRCULAR ???
3. validate: oXygen: software used by NCBI; license required xmllint: open source $ xmllint --schema ~/bin/TraceAssembly.xsd umd-*/ASSEMBLY.xml > /dev/null umd-20070816-125223/ASSEMBLY.xml validates
4. edit files $ rm *.tar.gz $ md5sum umd-*/ASSEMBLY.xml $ edit umd-*/MANIFEST # update ASSEMBLY.xml md5sum $ ls -1 umd-* umd-20070816-125223/ 1106158952778_stitched_20070817-141849.con # Contig consensus 1106158952778_stitched_20070817-141849.congap # Contig gaps ASSEMBLY.xml # Assembly XML MANIFEST # MD5 sums
4. create tarball $ tar czvf umd-20070816-125223.tar.gz umd-20070816-125223/
5. upload tarball !!! contact trace@ncbi.nlm.nih.gov if login/password error $ ftp ftp-private.ncbi.nlm.nih.gov login: cbcb_trc passwd: t@@GeaYF
$ cd assembly $ put *.tar.gz