Skip to content

Add command-line arguments to enable BLAST results opening at startup

Compare
Choose a tag to compare
@pgdurand pgdurand released this 24 Jul 09:03
· 58 commits to master since this release

This release implements request from issue #3 .

Simply run the following command to review command-line options of BlastViewer:

java -jar blastviewer-5.4.0.jar -h

Arguments enable to open BLAST results from either files, URLs or NCBI Blast server (using job RIDs):

java -jar blastviewer-5.4.0.jar -url "http://www.plealog.com/bv/blastp.xml"
java -jar blastviewer-5.4.0.jar -nrid HK740VV9016 
java -jar blastviewer-5.4.0.jar -in "../data/blastp.xml"

Read BlastViewer Wiki documentation for more information on this new feature.