Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ONT_pilot_gitlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Contributor 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
ESB
ONT_pilot_gitlab
Commits
ea55050b
Commit
ea55050b
authored
4 years ago
by
Susheel Busi
Browse files
Options
Downloads
Patches
Plain Diff
launcher script updated
parent
ee91f8fa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!61
Work
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MODULAR_SNAKEFILE/src/snakemake_run_use_conda_FINAL.sh
+1
-1
1 addition, 1 deletion
MODULAR_SNAKEFILE/src/snakemake_run_use_conda_FINAL.sh
with
1 addition
and
1 deletion
MODULAR_SNAKEFILE/src/snakemake_run_use_conda_FINAL.sh
+
1
−
1
View file @
ea55050b
...
...
@@ -17,4 +17,4 @@ fi
MAILUSER
=
"susheel.busi@uni.lu"
SLURM_ARGS
=
"-p {cluster.partition} -N 1 -n {cluster.n} -c {cluster.ncpus} -t {cluster.time} --job-name={cluster.job-name} --mail-user
${
MAILUSER
}
--mail-type {cluster.mail-type} -o {cluster.output} -e {cluster.error} {cluster.explicit}"
(
date
;
conda activate snakemake
;
export
PATH
=
$PATH
:
"/home/users/sbusi/apps/ont-guppy/bin/"
;
snakemake
-j
4
--cluster-config
cluster.json
--cluster
"sbatch
$SLURM_ARGS
"
-s
SNAKEFILE
-p
--use-conda
${
TARGET
}
;
date
)
&>
${
LOG
}
(
date
;
conda activate snakemake
;
export
PATH
=
$PATH
:
"/home/users/sbusi/apps/ont-guppy/bin/"
;
snakemake
-j
6
--cluster-config
cluster.json
--cluster
"sbatch
$SLURM_ARGS
"
-s
workflows_
SNAKEFILE
-p
--use-conda
${
TARGET
}
;
date
)
&>
${
LOG
}
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