Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tbg
backmap_workflow
Commits
1c51bdad
Commit
1c51bdad
authored
Jan 06, 2021
by
Raphael Müller
Browse files
removed run.sh
parent
0740ace6
Changes
1
Hide whitespace changes
Inline
Side-by-side
run.sh
deleted
100755 → 0
View file @
0740ace6
#!/bin/bash
set
-e
if
[[
whoami
-eq
'rmueller'
]]
then
source
/homes/rmueller/bin/conda_init
fi
export
NXF_WORK
=
"/var/scratch/rmueller/work"
export
NXF_ANSI_LOG
=
false
unset
DISPLAY
conda activate backmap-test
snakemake
--profile
sm_profile/
--cores
64
-F
$1
&&
snakemake
--report
"report.
$(
date
+%F-%H-%M-%S
)
.html"
Write
Preview
Supports
Markdown
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