MOLGENIS Pipelines
  • Introduction
  • Release Notes
  • Environment setup with easybuild
    • Install environment
  • NGS_DNA
  • NGS_RNA
    • Install pipeline
    • Dependencies
    • Run
    • Workflow
    • Protocols
  • MOLGENIS Compute
    • Quickstart
    • Parameters
    • Reference
    • Read more
  • MOLGENIS CoNVaDING
    • CoNVaDING
Powered by GitBook
On this page
  • 1) Copy rawdata to rawdata ngs folder
  • 2) Create a folder in the generatedscripts folder
  • 3) Copy samplesheet to generatedscripts folder
  • 4) Run the generate script
  • 5) Submit jobs
  1. NGS_RNA

Run

1) Copy rawdata to rawdata ngs folder

scp –r SEQSTARTDATE_SEQ_RUNTEST_FLOWCELLXX username@yourcluster:${root}/groups/$groupname/${tmpDir}/rawdata/ngs/

2) Create a folder in the generatedscripts folder

mkdir ${root}/groups/$groupname/${tmpDir}/generatedscripts/TestRun

3) Copy samplesheet to generatedscripts folder

scp –r TestRun.csv username@yourcluster:/groups/$groupname/${tmpDir}/generatedscripts/

Note: the name of the folder should be the same as samplesheet (.csv) file

4) Run the generate script

module load NGS_RNA
cd ${root}/groups/$groupname/${tmpDir}/generatedscripts/TestRun
cp $EBROOTNGS_RNA/generate_template.sh .
sh generate_template.sh
cd scripts

Note: if you want to run locally, you should change in the CreateInhouseProjects.sh script the backend (this can be done almost at the end of the script where you have something like: sh ${EBROOTMOLGENISMINCOMPUTE}/molgenis_compute.sh search for –b slurm and change it into –b localhost

sh submit.sh

5) Submit jobs

navigate to jobs folder. The location of the jobs folder will be outputted at the step before this one (step 4).

sh submit.sh
PreviousDependenciesNextWorkflow

Last updated 6 years ago