-
Notifications
You must be signed in to change notification settings - Fork 23
BGB_upload
Martin Asser Hansen edited this page Oct 2, 2015
·
6 revisions
Use BGB_upload to upload sequence or track to the Biopieces Genome Browser (BGB).
... | BGB_upload [options] <-u <user>> <-c <clade>> <-g <genome>> <-a assembly>
[-? | --help] # Print full usage description.
[-x | --no_stream] # Do not emit records.
[-u <string> | --user=<string>] # BGB user - Default=<from ~/.biopiecesrc>
[-c <string> | --clade=<string>] # Clade.
[-g <string> | --genome=<string>] # Genome.
[-a <string> | --assembly=<string>] # Assembly.
[-t <string> | --track_name=<string>] # Track name.
[-T <string> | --track_type=<string>] # Track type [linear|wiggle] - Default=linear
[-f | --force] # Force overwrite of sequence.
[-I <file!> | --stream_in=<file!>] # Read input from stream file - Default=STDIN
[-O <file> | --stream_out=<file>] # Write output to stream file - Default=STDOUT
[-v | --verbose] # Verbose output.
read_fasta -i 454AllContigs.fna | BGB_upload -c Bacteria -g S.aureus_M1 -a 2009-02-07 -x
read_kiss -i test.kiss | BGB_upload -c Bacteria -g S.aureus_M1 -a 2009-02-07 -t 454_reads_no_clip -x
Martin Asser Hansen - Copyright (C) - All rights reserved.
December 2009
GNU General Public License version 2
http://www.gnu.org/copyleft/gpl.html
BGB_upload is part of the Biopieces framework.