Skip to content
Snippets Groups Projects
j2ssh.properties 1.79 KiB
Newer Older
  • Learn to ignore specific revisions
  • #
    #
    # Configuration file for using SSH file management and
    # database searches. 
    # 
    #
    # default login options
    
    tjc's avatar
    tjc committed
    port=2224
    
    tjc's avatar
    tjc committed
    host=localhost
    
    #
    #
    # Sanger options
    # 
    
    tjc's avatar
    tjc committed
    #bsub=bsub -q normal -n 1 -R 'select[blast && mem > 500] rusage[mem=500]' 
    bsub=bsub -q normal -n 1 -R 'select[mem > 500] rusage[mem=500]' 
    
    tjc's avatar
    tjc committed
    blastp=-I /nfs/pathsoft/prod/perl/flexi_blast.pl -p 
    
    tjc's avatar
    tjc committed
    blastx=-I /nfs/pathsoft/prod/perl/flexi_blast.pl -x
    tblastx=-I /nfs/pathsoft/prod/perl/flexi_blast.pl -tx
    
    tjc's avatar
    tjc committed
    blastn=-I /nfs/pathsoft/prod/perl/flexi_blast.pl
    
    tjc's avatar
    tjc committed
    
    #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
    fasta=-I /software/pathogen/external/bin/fasta34_t -B -S -q -b 100 -H -l /nfs/disk222/yeastpub/bio-soft/fasta/pubseqgbs
    fastx=-I /software/pathogen/external/bin/fastx34_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
    
    tjc's avatar
    tjc committed
    wdir=/lustre/pathogen/scratch/programs/artemis/
    
    #
    # 
    # aliases used for fasta
    
    tjc's avatar
    tjc committed
    %uniprot=%U
    %uniprot_archaea=%A
    %uniprot_bacteria=%B
    %uniprot_eukaryota=%E
    %uniprot_viruses=%V
    %uniprot_rest=%R
    %malaria=%M
    %kineto_aa=%K
    default_db=%uniprot_bacteria
    
    #
    #
    # remote directories to use as roots in the file manager
    
    tjc's avatar
    tjc committed
    remotedir.PD=/nfs/pathdata
    remotedir.YP=/nfs/disk222/yeastpub
    
    # local directories to use as roots in the file manager
    
    tjc's avatar
    tjc committed
    localdir.PD=/nfs/pathdata
    localdir.YP=/nfs/disk222/yeastpub