Skip to content

Commit

Permalink
use setup.sh to recreate symlink for modencode example
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Jun 14, 2012
1 parent 138ee10 commit 06e4e4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.sh
Expand Up @@ -31,6 +31,7 @@ echo -n "Formatting Volvox example data ...";
bin/prepare-refseqs.pl --fasta docs/tutorial/data_files/volvox.fa --out sample_data/json/volvox;
bin/biodb-to-json.pl -v --conf docs/tutorial/conf_files/volvox.json --out sample_data/json/volvox;
bin/generate-names.pl -v --out sample_data/json/volvox;
ln -sf ../../volvox/tracks/volvox_microarray.wig sample_data/json/modencode/tracks/volvox_microarray.wig
) >>setup.log 2>&1
done_message "To see the example data, browse to http://your.jbrowse.root/index.html?data=sample_data/json/volvox.";

Expand Down

0 comments on commit 06e4e4c

Please sign in to comment.