Skip to content

Commit

Permalink
add docs on --trackType option to flatfile-to-json.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Jul 29, 2013
1 parent 97c35f0 commit 616bbf8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bin/flatfile-to-json.pl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ =head1 NAME
=head1 USAGE
flatfile-to-json.pl \
( --gff <GFF3 file> | --bed <BED file> | --gbk <GenBank file> ) \
( --gff <GFF3 file> | --bed <BED file> | --gbk <GenBank file> ) \
--trackLabel <track identifier> \
[ --trackType <JS Class> ] \
[ --out <output directory> ] \
[ --key <human-readable track name> ] \
[ --className <CSS class name for displaying features> ] \
Expand Down Expand Up @@ -72,6 +73,11 @@ =head2 Optional
Output directory to write to. Defaults to "data/".
=item --trackType JBrowse/View/Track/HTMLFeatures
Optional JavaScript class to use to display this track. Defaults to
JBrowse/View/Track/HTMLFeatures.
=item --className <CSS class name for displaying features>
CSS class for features. Defaults to "feature".
Expand Down

0 comments on commit 616bbf8

Please sign in to comment.