Permalink
Browse files
Moved SRA download jobs to vanilla universe
- Loading branch information...
Showing
with
5 additions
and
1 deletion.
-
+3
−0
pegasus.conf
-
+2
−1
tools/dax-level-1
|
|
@@ -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
|
|
|
+
|
|
|
@@ -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