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
cf5125be
Commit
cf5125be
authored
4 years ago
by
Valentina Galata
Browse files
Options
Downloads
Patches
Plain Diff
updated readme; configs: updated conda env path in all sbatch.sh files
parent
d6aef8eb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+10
-0
10 additions, 0 deletions
README.md
config/GDB/sbatch.sh
+1
-1
1 addition, 1 deletion
config/GDB/sbatch.sh
config/GIS20/sbatch.sh
+1
-1
1 addition, 1 deletion
config/GIS20/sbatch.sh
config/Zymo/sbatch.sh
+1
-1
1 addition, 1 deletion
config/Zymo/sbatch.sh
with
13 additions
and
3 deletions
README.md
+
10
−
0
View file @
cf5125be
...
...
@@ -30,4 +30,14 @@ snakemake -s workflow/Snakefile --configfile config/GDB/config.yaml --use-conda
./config/GDB/sbatch.sh
# report
snakemake
-s
workflow_report/Snakefile
--configfile
config/GDB/config.yaml
--use-conda
--conda-prefix
${
CONDA_PREFIX
}
/pipeline
--cores
1
-rpn
```
### `conda` environment
If the path specified above does not exists, you can create the environment from
`requirements.yaml`
and replace the env. path in
`sbatch.sh`
files by
`"ONT_pilot"`
.
```
bash
# will create env. ONT_pilot
conda
env
create
-f
requirements.yaml
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
config/GDB/sbatch.sh
+
1
−
1
View file @
cf5125be
...
...
@@ -10,7 +10,7 @@
#SBATCH --qos=qos-batch
# conda env name or path
ONTP_ENV
=
"ONT_pilot"
# CHANGE as needed
ONTP_ENV
=
"
/scratch/users/vgalata/miniconda3/
ONT_pilot"
# CHANGE as needed
# config files
ONTP_CONFIG
=
"config/GDB/config.yaml"
ONTP_SLURM
=
"config/GDB/slurm.yaml"
...
...
This diff is collapsed.
Click to expand it.
config/GIS20/sbatch.sh
+
1
−
1
View file @
cf5125be
...
...
@@ -10,7 +10,7 @@
#SBATCH --qos=qos-batch
# conda env name or path
ONTP_ENV
=
"ONT_pilot"
# CHANGE as needed
ONTP_ENV
=
"
/scratch/users/vgalata/miniconda3/
ONT_pilot"
# CHANGE as needed
# config files
ONTP_CONFIG
=
"config/GIS20/config.yaml"
ONTP_SLURM
=
"config/GIS20/slurm.yaml"
...
...
This diff is collapsed.
Click to expand it.
config/Zymo/sbatch.sh
+
1
−
1
View file @
cf5125be
...
...
@@ -10,7 +10,7 @@
#SBATCH --qos=qos-batch
# conda env name or path
ONTP_ENV
=
"ONT_pilot"
# CHANGE as needed
ONTP_ENV
=
"
/scratch/users/vgalata/miniconda3/
ONT_pilot"
# CHANGE as needed
# config files
ONTP_CONFIG
=
"config/Zymo/config.yaml"
ONTP_SLURM
=
"config/Zymo/slurm.yaml"
...
...
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