Skip to content

Commit

Permalink
added smrtlink module
Browse files Browse the repository at this point in the history
  • Loading branch information
AnjuniPeiris authored May 8, 2018
1 parent 56ed207 commit b17fa47
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions smrtlink_on_nci
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,24 @@ Detected the following settings:
PBS_BINDIR (from 'PATH environment variable, default')
PBS_QUEUE (from 'default')
PBS_STARTARGS (from 'default')

#write a module file

cd ~/mymodules/
mkdir smrtlink
cd smrtlink/
vim 5.1.0

#paste this to make module
#%Module1.0#####################################################################
source /opt/Modules/extensions/extensions.tcl
proc ModulesHelp { } {
puts stderr "\tAdds smrtlink bin directory to the path"
}
module-whatis "smrtlink"

#soft-prereq python/2.7.6

#set kineticsToolsversion 1.2.1 #no version yet
prepend-path PATH /short/sd34/ap5514/myapps/smrtlink/5.1.0/install/smrtlink-release_5.1.0.26412/bundles/smrttools/smrtcmds/bin
#prepend-path PYTHONPATH /short/sd34/ap5514/myapps/kineticsTools/lib/python2.7/site-packages

0 comments on commit b17fa47

Please sign in to comment.