Skip to content
Snippets Groups Projects
Commit 37a59372 authored by tjc's avatar tjc
Browse files

add comments and generic default options

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@4120 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent c6a5aaed
No related branches found
No related tags found
No related merge requests found
#
#
# Configuration file for using SSH file management and
# database searches.
#
#
# default login options
port=2222 port=2222
host=localhost host=localhost
bsub=bsub -q longblastq -n 1 -R 'select[blast && mem > 500] rusage[mem=500]' #
#
# Sanger options
#
bsub=bsub -q normal -n 1 -R 'select[blast && mem > 500] rusage[mem=500]'
blastp=-I /nfs/pathsoft/prod/perl/flexi_blast.pl -p blastp=-I /nfs/pathsoft/prod/perl/flexi_blast.pl -p
blastx=-I /nfs/pathsoft/prod/perl/flexi_blast.pl -x blastx=-I /nfs/pathsoft/prod/perl/flexi_blast.pl -x
tblastx=-I /nfs/pathsoft/prod/perl/flexi_blast.pl -tx tblastx=-I /nfs/pathsoft/prod/perl/flexi_blast.pl -tx
blastn=-I /nfs/pathsoft/prod/perl/flexi_blast.pl blastn=-I /nfs/pathsoft/prod/perl/flexi_blast.pl
fasta=-I /nfs/disk222/yeastpub/bio-soft/fasta/fasta33_t -B -S -q -b 100 -H -l /nfs/disk222/yeastpub/bio-soft/fasta/pubseqgbs fasta=-I /nfs/disk222/yeastpub/bio-soft/fasta/fasta33_t -B -S -q -b 100 -H -l /nfs/disk222/yeastpub/bio-soft/fasta/pubseqgbs
fastx=-I /nfs/disk222/yeastpub/bio-soft/fasta/fastx33_t -B -S -q -b 40 -H -l /nfs/disk222/yeastpub/bio-soft/fasta/pubseqgbs fastx=-I /nfs/disk222/yeastpub/bio-soft/fasta/fastx33_t -B -S -q -b 40 -H -l /nfs/disk222/yeastpub/bio-soft/fasta/pubseqgbs
#
#
# Generic default options
#
#blastp=blastall -p blastp
#blastx=blastall -p blastx
#tblastx=blastall -p tblastx
#blastn=blastall -p blastn
#fasta=fasta33_t -B -S -q -b 100 -H -l /nfs/disk222/yeastpub/bio-soft/fasta/pubseqgbs
#fastx=fastx33_t -B -S -q -b 40 -H -l /nfs/disk222/yeastpub/bio-soft/fasta/pubseqgbs
#
#
# default working directory
wdir=/nfs/pathscratch1/scratch wdir=/nfs/pathscratch1/scratch
#
#
# aliases used for fasta
%uniprot=%U %uniprot=%U
%uniprot_archaea=%A %uniprot_archaea=%A
%uniprot_bacteria=%B %uniprot_bacteria=%B
...@@ -17,7 +44,11 @@ wdir=/nfs/pathscratch1/scratch ...@@ -17,7 +44,11 @@ wdir=/nfs/pathscratch1/scratch
%malaria=%M %malaria=%M
%kineto_aa=%K %kineto_aa=%K
default_db=%uniprot_bacteria default_db=%uniprot_bacteria
#
#
# remote directories to use as roots in the file manager
remotedir.PD=/nfs/pathdata remotedir.PD=/nfs/pathdata
remotedir.YP=/nfs/disk222/yeastpub remotedir.YP=/nfs/disk222/yeastpub
# local directories to use as roots in the file manager
localdir.PD=/nfs/pathdata localdir.PD=/nfs/pathdata
localdir.YP=/nfs/disk222/yeastpub localdir.YP=/nfs/disk222/yeastpub
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