Answers for "Bashrc use modules"

1

Bashrc use modules

# User specific aliases and functions
alias modules=". ./modules.sh"
export pdb="/shared/databases/blastdat/pdb_seq"
export uniprot="/shared/databases/blastdat/uniprot_sprot"
export pfam="/shared/databases/pfam-3/Pfam-A.hmm"
export splitchain="perl /shared/PERL/PDBtoSplitChain.pl"
Posted by: Guest on March-15-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language