Skip to content

Commit

Permalink
updated ReadbasedAnalysis, metaMAGS and metaAssembly in workflow.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mflynn-lanl committed Feb 25, 2025
1 parent e77f498 commit 1c8fcc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/server/config/workflow.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
workflowlist = {
ReadbasedAnalysis: {
wdl: 'https://raw.githubusercontent.com/microbiomedata/ReadbasedAnalysis/v1.0.8/ReadbasedAnalysis.wdl',
wdl: 'https://raw.githubusercontent.com/microbiomedata/ReadbasedAnalysis/v1.0.9/ReadbasedAnalysis.wdl',
wdl_imports: 'metaG/imports.zip',
name: 'ReadbasedAnalysis',
full_name: 'Read-based Taxonomy Classification',
Expand Down Expand Up @@ -48,7 +48,7 @@ workflowlist = {
wdl_version: '1.0'
},
MetaMAGs: {
wdl: 'https://raw.githubusercontent.com/microbiomedata/metaMAGs/v1.3.11/mbin_nmdc.wdl',
wdl: 'https://raw.githubusercontent.com/microbiomedata/metaMAGs/v1.3.14/mbin_nmdc.wdl',
wdl_imports: 'metaG/imports.zip',
name: 'nmdc_mags',
full_name: 'Metagenome MAGs',
Expand Down

0 comments on commit 1c8fcc2

Please sign in to comment.