Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CNAprioritization
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Beatrice Tan
CNAprioritization
Commits
3c9a051b
Commit
3c9a051b
authored
Feb 01, 2018
by
Beatrice Tan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete run_pipeline.sh
parent
1335a2e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
run_pipeline.sh
run_pipeline.sh
+0
-9
No files found.
run_pipeline.sh
deleted
100755 → 0
View file @
1335a2e5
#!/bin/bash
####Script to run snakemake
#If update environment fails (because environment does not exist), create environment
conda-env update
-n
CNAprioritization
-f
envs/pipeline.yaml
||
conda-env create
-n
CNAprioritization
-f
envs/pipeline.yaml
&&
source
activate CNAprioritization
&&
snakemake
-p
--use-conda
#bash run_pipeline_cluster.sh
source
deactivate CNAprioritization
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment