Skip to content

Commit

Permalink
ver 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crashfrog committed Dec 2, 2024
1 parent 57d0af8 commit a54ea00
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assemblies.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# This program is free software: you can redistribute it and/or modify it.
version 1.1
version 1.0

import "identify.wdl"

Expand Down
2 changes: 1 addition & 1 deletion compression.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# This program is free software: you can redistribute it and/or modify it.
version 1.1
version 1.0

task fromgz {

Expand Down
2 changes: 1 addition & 1 deletion identify.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# This program is free software: you can redistribute it and/or modify it.
version 1.1
version 1.0

struct Tool {
String name
Expand Down
2 changes: 1 addition & 1 deletion nanopore.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Common nanopore tasks for biosurveillance of foodborne pathogens.
# Author: Justin Payne <[email protected]>
version 1.1
version 1.0


# docker run \
Expand Down
2 changes: 1 addition & 1 deletion paired-reads.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# This program is free software: you can redistribute it and/or modify it.
version 1.1
version 1.0

task interleave {
input {
Expand Down
2 changes: 1 addition & 1 deletion resistance.wdl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# FDA-HFP DSDI resistance WDL Library
# Author: Justin Payne <[email protected]>
version 1.1
version 1.0

import "identify.wdl" as identify

Expand Down
2 changes: 1 addition & 1 deletion taxonomy.wdl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# FDA-HFP DSDI taxonomy WDL Library
# Author: Justin Payne <[email protected]>
version 1.1
version 1.0

import "identify.wdl" as identify

Expand Down

0 comments on commit a54ea00

Please sign in to comment.