Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ATACSeq_Snakemake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christian Arnold
ATACSeq_Snakemake
Commits
5df6a99b
Commit
5df6a99b
authored
1 year ago
by
Christian Arnold
Browse files
Options
Downloads
Patches
Plain Diff
Cleaning files
parent
b5ca6279
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
example/input/runSnakefile.sh
+1
-13
1 addition, 13 deletions
example/input/runSnakefile.sh
with
1 addition
and
13 deletions
example/input/runSnakefile.sh
+
1
−
13
View file @
5df6a99b
#!/bin/bash
# Cluster-specific settings, customized for the EMBL SLURM cluster.
# Important: !! Modifications here are only needed if NEITHER conda NOR Singularity is used (see below) !!
# !! Do not modify unless you know what you do!!
# !! Ignore the lines with comments below unless you have a different setup, ask Christian for advice
# Unload all modules and load the necessary ones for the pipeline
# One exception might be R, which might have to be loaded depending on whether it is preloaded or not in the .profile or .bashrc
# module purge
# module load GCCcore ncurses BEDTools SAMtools R-bundle-Bioconductor/3.5-foss-2016b-R-3.4.0 Autoconf FastQC Trimmomatic snakemake MACS2 deepTools
########################
# PATHS AND PARAMETERS #
########################
...
...
@@ -18,9 +8,7 @@
.
"./params.sh"
########################
# RUN AUTOMATED SCRIPT #
########################
.
"
/g/scb/zaugg/zaugg_shared/scripts/Christian/src/Snakemake
/runSnakemakeWrapper.sh"
.
"
../src/wrapper
/runSnakemakeWrapper.sh"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment