Permalink
Browse files

Moved SRA download jobs to vanilla universe

  • Loading branch information...
1 parent c584841 commit 26af7b479ff39530bdded917257b10c9c399ffa2 @rynge rynge committed Oct 3, 2016
Showing with 5 additions and 1 deletion.
  1. +3 −0 pegasus.conf
  2. +2 −1 tools/dax-level-1
View
@@ -19,3 +19,6 @@ dagman.retry = 2
dagman.maxpre = 1
dagman.maxidle = 1000
+# limit the number of SRA download jobs we can run at the same time
+dagman.sradownload.maxjobs = 50
+
View
@@ -112,7 +112,8 @@ for key, inputs in conf.items("inputs"):
dl.uses(forward_file, link=Link.OUTPUT, transfer=False)
dl.uses(reverse_file, link=Link.OUTPUT, transfer=False)
dl.addArguments(inputs, forward_file, reverse_file)
- dl.addProfile(Profile("hints", "execution.site", "local"))
+ #dl.addProfile(Profile("hints", "execution.site", "local"))
+ dl.addProfile(Profile("dagman", "CATEGORY", "sradownload"))
dax.addJob(dl)
# set up split jobs

0 comments on commit 26af7b4

Please sign in to comment.