Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
merge with main pipeline gerge th otherbranch 'activeDev' of https://…
Browse files Browse the repository at this point in the history
  • Loading branch information
tovahmarkowitz committed Nov 20, 2018
2 parents 51b1e82 + 606964e commit 5549023
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions ccbrpipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#. /usr/local/Modules/default/init/bash

module load python/3.5
module load snakemake/5.1.3
module load graphviz

export pipehome=$(dirname $0)
Expand Down
1 change: 1 addition & 0 deletions pipeline_ctrl.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

module load python/3.5
module load snakemake/5.1.3

#PBS -N PipelineTest

Expand Down
3 changes: 2 additions & 1 deletion slurm.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set -e

module load python/3.5
module load snakemake/5.1.3

#PBS -N PipelineTest

Expand Down Expand Up @@ -34,4 +35,4 @@ mv $R/HPCusagetable.txt.tmp $R/HPC_usage_table.txt
cd $R/Reports && $R/Reports/ngser.pl ../QC ./
#cd $R/Reports && $R/Reports/stats2html.py
rm -rf $R/bamstats
rm -rf $R/*bam.cnt
rm -rf $R/*bam.cnt
2 changes: 2 additions & 0 deletions submit_slurm.template
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ fi
#. /usr/local/Modules/default/init/bash

module load python/3.5
module load snakemake/5.1.3

D=/home/fake
R=/home/fake

Expand Down

0 comments on commit 5549023

Please sign in to comment.