Skip to content

Commit

Permalink
create snakemake reports
Browse files Browse the repository at this point in the history
  • Loading branch information
kopardev committed Feb 4, 2021
1 parent 24f01d9 commit db6f1a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_circrna_daq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ function run() {
if [ "$1" == "local" ];then

snakemake -s ${PIPELINE_HOME}/circRNADetection.snakefile \
--report ${WORKDIR}/runlocal_snakemake_report.html \
--directory $WORKDIR \
--printshellcmds \
--use-singularity \
Expand Down Expand Up @@ -170,6 +171,7 @@ cd \$SLURM_SUBMIT_DIR
snakemake -s ${PIPELINE_HOME}/circRNADetection.snakefile \
--directory $WORKDIR \
--report ${WORKDIR}/runslurm_snakemake_report.html \
--use-singularity \
--singularity-args " -B ${WORKDIR}:${WORKDIR} -B /data/Ziegelbauer_lab/resources/:/data/Ziegelbauer_lab/resources/" \
--use-envmodules \
Expand Down

0 comments on commit db6f1a9

Please sign in to comment.