Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
morsecodist committed Jan 18, 2024
1 parent 1b4a64a commit 1a63c4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workflows/index-generation/index-generation.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ workflow index_generation {
docker_image_id = docker_image_id
}

nr = DownloadNR.nr
File nr = DownloadNR.nr
if (!skip_protein_compression) {
call SortFasta as SortFastaNR {
input:
Expand All @@ -74,10 +74,10 @@ workflow index_generation {
docker_image_id = docker_image_id,
}

nr = CompressNR.compressed
File nr = CompressNR.compressed
}

nt = DownloadNT.nt
File nt = DownloadNT.nt
if (!skip_nuc_compression) {
call SortFasta as SortFastaNT {
input:
Expand All @@ -99,7 +99,7 @@ workflow index_generation {
docker_image_id = docker_image_id,
}

nt = CompressNT.compressed
File nt = CompressNT.compressed
}

call GenerateLocDB as GenerateNTLocDB {
Expand Down

0 comments on commit 1a63c4d

Please sign in to comment.