Skip to content

Commit

Permalink
temporarily skip version pinning of viral-classify in tasks_megablast…
Browse files Browse the repository at this point in the history
….wdl
  • Loading branch information
tomkinsc committed Jun 19, 2024
1 parent 6e6f2f6 commit daa70c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pipes/WDL/tasks/tasks_megablast.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ task ChunkBlastHits {
Int machine_mem_gb = 64
Int cpu = 16
Int disk_size_gb = 300
String docker = "quay.io/broadinstitute/viral-classify:fn_blast"
String docker = "quay.io/broadinstitute/viral-classify:fn_blast" #skip-global-version-pin
}
String fasta_basename = basename(inFasta, ".fasta")
Expand Down

0 comments on commit daa70c5

Please sign in to comment.