Skip to content
Snippets Groups Projects
Commit 4091c176 authored by tcarver's avatar tcarver
Browse files

Merge branch 'master' of ssh://github.com/tcarver/Artemis

parents d894e7b8 6ba78886
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ CLASSPATH=$CLASSPATH:$ACT_HOME/lib/j2ssh/commons-logging.jar:$ACT_HOME/lib/j2ssh ...@@ -38,7 +38,7 @@ CLASSPATH=$CLASSPATH:$ACT_HOME/lib/j2ssh/commons-logging.jar:$ACT_HOME/lib/j2ssh
CLASSPATH=$CLASSPATH:$ACT_HOME/lib/ibatis/ibatis-2.3.4.726.jar:$ACT_HOME/lib/ibatis/:$ACT_HOME/lib/ibatis/log4j-1.2.14.jar:$ACT_HOME/lib/ibatis/cglib-nodep-2.2.jar:$ACT_HOME/lib/retrotranslator-runtime-1.1.0.jar CLASSPATH=$CLASSPATH:$ACT_HOME/lib/ibatis/ibatis-2.3.4.726.jar:$ACT_HOME/lib/ibatis/:$ACT_HOME/lib/ibatis/log4j-1.2.14.jar:$ACT_HOME/lib/ibatis/cglib-nodep-2.2.jar:$ACT_HOME/lib/retrotranslator-runtime-1.1.0.jar
# picard jars # picard jars
CLASSPATH=$CLASSPATH:$ACT_HOME/lib/picard/sam.jar:$ACT_HOME/lib/picard/picard.jar CLASSPATH=$ACT_HOME/lib/picard/sam.jar:$ACT_HOME/lib/picard/picard.jar:$CLASSPATH
export CLASSPATH export CLASSPATH
...@@ -67,10 +67,37 @@ if [ $# = 0 ] ...@@ -67,10 +67,37 @@ if [ $# = 0 ]
then then
: :
else else
if [ x$1 = x-h -o x$1 = x--help ] if [ "$1" = "-h" -o "$1" = "--help" -o "$1" = "-help" ]
then then
cat <<EOF cat <<EOF
usage: $0 [EMBL/GENBANK/SEQUENCE file] [crunch file] [EMBL/GENBANK/SEQUENCE file]
SYNOPSIS
Artemis Comparison Tool (ACT): Genome Comparison Tool
USAGE
$0 [options] <SEQUENCE_1> <COMPARISON_1_2> <SEQUENCE_2> ...
OPTIONS
SEQUENCE An EMBL, GenBank, FASTA, or GFF3 file
FEATURE An Artemis TAB file, or GFF file
COMPARISON A BLAST comparison file in tabular format
-options FILE Read a text file of options from FILE
-debug Run using the debugging JVM instead
-Dblack_belt_mode=? Keep warning messages to a minimum [true,false]
-DuserplotX=FILE[,FILE2] For sequence 'X" open one or more userplots
-DloguserplotX=FILE[,FILE2] For sequence 'X" open one or more userplots, take log(data)
-DbamX=FILE[,FILE2,...] For sequence 'X" open one or more BAM, VCF, or BCF files
-Dchado="h:p/d?u" Get ACT to open this CHADO database
-Dread_only Open CHADO database read-only
EXAMPLES
% act
% act af063097.embl af063097_v_b132222.crunch b132222.embl
% act -Dblack_belt_mode=true -Dbam1=MAL_0h.bam -Dbam2=MAL_7h.bam,var.raw.new.bcf
% act -Duserplot2=/pathToFile/userPlot
HOMEPAGE
http://www.sanger.ac.uk/resources/software/act/
EOF EOF
exit 0 exit 0
fi fi
......
...@@ -92,7 +92,6 @@ OPTIONS ...@@ -92,7 +92,6 @@ OPTIONS
SEQUENCE_FILE An EMBL, GenBank, FASTA, or GFF3 file SEQUENCE_FILE An EMBL, GenBank, FASTA, or GFF3 file
FEATURE_FILE An Artemis TAB file, or GFF file FEATURE_FILE An Artemis TAB file, or GFF file
-quiet Suppress normal info messages while running
-options FILE Read a text file of options from FILE -options FILE Read a text file of options from FILE
-debug Run using the debugging JVM instead -debug Run using the debugging JVM instead
-fast | -fast64 Use the FastVM (hp Tru64 UNIX) with 32/64 bit pointers -fast | -fast64 Use the FastVM (hp Tru64 UNIX) with 32/64 bit pointers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment