Skip to content

Commit

Permalink
Salmon_wasabi localrule and rm private env path
Browse files Browse the repository at this point in the history
  • Loading branch information
katsikora committed Aug 9, 2019
1 parent 0247055 commit 9da7c37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/content/News.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ snakePipes 1.2.3
* ATACseq peakQC is now run on fragment-size filtered bam
* Fixed Salmon output (Number of Reads output in "*counts.tsv" files and file naming)
* Fixed CSAW QC plot error with single end reads
* Updated histone HMM environment to a working conda version
snakePipes 1.2.2
----------------
Expand Down
3 changes: 1 addition & 2 deletions snakePipes/shared/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
# Note that due to limitations in yaml.dump, only very basic structures are
# permitted here.
################################################################################
#snakemake_options: ' --use-conda --conda-prefix /package/anaconda3/envs/ '
snakemake_options: '--use-conda --conda-prefix /data/processing/sikora/snakePipes_envs'
snakemake_options: ' --use-conda --conda-prefix /package/anaconda3/envs/ '
tempdir: /data/extended/
# The following are only needed if you use the --emailAddress option
smtpServer:
Expand Down
4 changes: 3 additions & 1 deletion snakePipes/workflows/RNA-seq/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ onstart:
################################################################################

if not fromBam:
localrules: FASTQ1, FASTQ2
localrules: FASTQ1, FASTQ2, Salmon_wasabi

rule all:
input:
Expand All @@ -288,6 +288,8 @@ if not fromBam:
"multiQC/multiqc_report.html"

else:
localrules: Salmon_wasabi

rule all:
input:
"Annotation/genes.annotated.bed",
Expand Down

0 comments on commit 9da7c37

Please sign in to comment.