-
Notifications
You must be signed in to change notification settings - Fork 23
BGB_delete_track
Martin Asser Hansen edited this page Oct 2, 2015
·
6 revisions
BGB_delete_track deletes a specified track from the Biopieces Genome Browser (BGB).
BGB_delete_track <-u user> <-c clade> <-g genome> <-a assembly> <-t track> [options]
[-? | --help] # Print full usage description.
[-u <string> | --user=<string>] # User - Default=<from ~/.biopiecesrc>
[-c <string> | --clade=<string>] # Clade.
[-g <string> | --genome=<string>] # Genome.
[-a <string> | --assembly=<string>] # Assembly.
[-t <string> | --track=<string>] # Track.
[-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.
BGB_delete_track -u maasha -c Bacteria -g S.aureus_COL -a 2006-02-21 -t 05_GenBank_Annotation
Martin Asser Hansen - Copyright (C) - All rights reserved.
December 2009
GNU General Public License version 2
http://www.gnu.org/copyleft/gpl.html
BGB_delete_track is part of the Biopieces framework.