Skip to content

Commit

Permalink
fix: wdl issue
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Dec 5, 2023
1 parent 6b296f9 commit 3192a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bento_reference_service/workflows/wdls/fasta_ref.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workflow fasta_ref {

call ingest_into_drs as drs_fasta {
input:
file = s1.fasta_bgzip,
file = s1.fasta,
drs_url = drs_url,
access_token = access_token,
validate_ssl = validate_ssl
Expand Down

0 comments on commit 3192a8f

Please sign in to comment.