Skip to content

labordynamicsinstitute/biohpc-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts useful on BioHPC/ECCO

Usage

These scripts do a variety to convenience things on the ECCO BioHPC systems. None are required. You can also browse the scripts to see how you could use them individually.

For more details on the SLURM cluster on ECCO BioHPC, see https://labordynamicsinstitute.github.io/ecco-notes/docs/biohpc/slurm.html.

srun-xstata*

These scripts allow for running one-line commands to start an interactive graphical Stata session.

srun-xstata

will run a single-CPU using Stata GUI (preferred). If you absolutely need more cores, use srun-xstata-mp.

Installing

There is no single way. One process may be:

[[ -d $HOME/bin ]] || mkdir $HOME/bin
cd $HOME/bin

then git clone this repository, which should created $HOME/bin/biohpc-scripts. Now add it to your path, f.i. in $HOME/.bashrc:

echo '# added for biohpc-scripts
export PATH=$HOME/bin/biohpc-scripts:$PATH' >> $HOME/.bashrc

Adjust as necessary, and don't run this twice.

You can then test whether the install took by logging into a new login shell and typing

which xstata.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages