Skip to content

Ciaran1981/SFU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFU

Process an incoming file

To install

conda env create -f sfu.yml

Alternatively, for a shorter wait (conda is quite slow these days), the mamba system is recommended, install this in your base conda then:

mamba env create -f sfu.yml

To use

chmod +x SFU/*.py
chmod +x SFU/*.sh

One of the following.

A job submission:

sbatch SFU/Stg1_sub.sh -m model/directory -c Test/TestData.csv -d Out/directory

Starts an interactive job then finishes

SFU/Stg1_interactive.sh -m model/directory -c Test/TestData.csv -d Out/directory

Via python interactively

source/conda activate SFU

python SFU/SFU_Pred_hpc.py -m  model/directory -c Test/TestData.csv  -d Out/directory

About

Process an incoming file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published