Skip to content

Commit

Permalink
Remove unnecessary blank lines in fetch_srr_metadata WDL task
Browse files Browse the repository at this point in the history
  • Loading branch information
fraser-combe committed Nov 7, 2024
1 parent de5b45d commit 4eeb546
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tasks/utilities/data_handling/task_fetch_srr_metadata.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ task fetch_srr_metadata {
Int cpu = 2
Int memory = 8
}

meta {
volatile: true
}
Expand Down Expand Up @@ -43,7 +42,6 @@ task fetch_srr_metadata {
output {
String srr_accession = read_string("metadata_output/srr_accession.txt")
}

runtime {
docker: docker
memory: memory + " GB"
Expand Down

0 comments on commit 4eeb546

Please sign in to comment.