Skip to content
Snippets Groups Projects
Commit 6417cd7b authored by Brandi Cantarel's avatar Brandi Cantarel
Browse files

update testing

parent f21d0604
Branches
Tags
No related merge requests found
Pipeline #10070 passed with stage
in 1 hour, 22 minutes, and 42 seconds
#!/bin/bash
baseDir="`dirname \"$0\"`"
mkdir ${baseDir}/mouse_se_test
cd ${baseDir}/mouse_se_test/
cp ${baseDir}/run_mouse_se_test.sh ${baseDir}/mouse_se_test/run_test.sh
ln -s /project/shared/bicf_workflow_ref/seqprg/singularity/goalconsortium-*.img .
sbatch -p 32GB,super run_test.sh
mkdir ${baseDir}/human_pe_test
cd ${baseDir}/human_pe_test/
cp ${baseDir}/run_human_pe_test.sh ${baseDir}/human_pe_test/run_test.sh
ln -s /project/shared/bicf_workflow_ref/seqprg/singularity/goalconsortium-*.img .
sbatch -p 32GB,super run_test.sh
File moved
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment