You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run Hannah's PR, but ran into an error when making a basic gene query. That PR contains a lot of code changes and it's hard to find and fix issues. To break Hannah's PR into smaller steps:
Send a dummy job from OSMP backend to Slurm. Verify that result can be seen on the working directory in the Slurm node.
Send a dummy job from OSMP backend that kickstarts a Nextflow job.
Further develop Nextflow script, have a working version of it.
When gene size is larger than 0.6 mbps, kickstart the Nextflow job.
TBD
The text was updated successfully, but these errors were encountered:
Running these commands in the terminal can start the nextflow job successfully:
ssh [user]@slogin.ccm.sickkids.ca
srun --pty bash
module load nextflow/20200707 Singularity/3.7.0_slurm
cd osmp-annotation/jobs (from my home directory)
nextflow run annotation.nf -profile annotation
On the branch jenny/slurm, the [Slurm API executes the script slurm-script-1.sh] (
I tried to run Hannah's PR, but ran into an error when making a basic gene query. That PR contains a lot of code changes and it's hard to find and fix issues. To break Hannah's PR into smaller steps:
The text was updated successfully, but these errors were encountered: