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
Martin Schorb
VolumeAlign
Commits
7f41d7dd
Commit
7f41d7dd
authored
Oct 29, 2021
by
Martin Schorb
Browse files
slurm profile test
parent
04b27646
Changes
2
Hide whitespace changes
Inline
Side-by-side
launchers/launcher.sh
View file @
7f41d7dd
...
...
@@ -10,4 +10,6 @@ echo hahahaha > /g/emcf/schorb/code/snakemake.txt
echo
python
$rendermodules$1
--input_json
$2
sleep
180
#python $rendermodules$1 --input_json $2
snakemake/Snakefile
View file @
7f41d7dd
...
...
@@ -2,5 +2,10 @@
rule count:
output:
"logfile.log"
resources:
time: 10
cpus-per-task: 4
ntasks-per-node: 1
mem_mb: 4096
shell:
"sh ../launchers/launcher.sh thisstring1 anotherstring > {output}"
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