repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: openstmerge.py
[GalaxyCodeBases.git]
/
etc
/
gatk-wdl
/
fm2gatk
/
run.sh
blob
5de5ab4bc5d50529ccc6df02f7a16d68b6a116ff
1
#!/bin/sh
2
# biowdl-input-converter fm2.csv >fm2.samples.json
3
4
echo
Begin
:
`date`
5
6
JAVA_OPTS
=
"-Dbackend.providers.Local.config.concurrent-job-limit=16"
cromwell run
-o
cromwell_options_no_user.json
-i
fm2.json germline.wdl
>
fm2.log
7
8
echo
End
:
`date`