Skip to content

Commit

Permalink
Merge pull request #38 from microbiomedata/nmdc-import
Browse files Browse the repository at this point in the history
branch to check http import for nmdc
  • Loading branch information
kaijli authored Sep 19, 2024
2 parents 3540ab2 + f2f5e67 commit 6b0e595
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions metaT.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workflow nmdc_metat {

input {
String project_id
File input_file
File? input_file
File? input_fq1
File? input_fq2
Boolean input_interleaved = false
Expand All @@ -23,7 +23,7 @@ workflow nmdc_metat {
String tj_container = "microbiomedata/meta_t@sha256:f18ff86c78909f70c7b6b8aa3a2d5c521800e10e0e270a9aa7fce6f383c224ba"
String fi_container="scanon/nmdc-meta:v0.0.1"
Int rqc_mem = 180
Int rqc_thr = 64
Int rqc_thr = 16
Int anno_mem = 120
Int anno_thr = 16
}
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
v0.0.6
v0.0.7

0 comments on commit 6b0e595

Please sign in to comment.