Skip to content

Commit

Permalink
Funny?
Browse files Browse the repository at this point in the history
  • Loading branch information
gbggrant committed Sep 12, 2024
1 parent 1d2efff commit 6f6a9c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/variantstore/wdl/GvsCreateVATfromVDS.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version 1.0
import "GvsUtils.wdl" as Utils
import "../variant_annotations_table/GvsCreateVATFilesFromBigQuery.wdl" as GvsCreateVATFilesFromBigQuery

# This here is an updated comment
# This here is an updated comment!
workflow GvsCreateVATfromVDS {
input {
Expand Down
2 changes: 1 addition & 1 deletion scripts/variantstore/wdl/GvsUtils.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ task CopyFile {
fi
gsutil cp ~{input_file} ${OUTPUT_GCS_DIR}/
echo ${OUTPUT_PATH} > output_file_path.txt
echo $OUTPUT_PATH > output_file_path.txt
>>>
output {
String output_file_path = read_string("output_file_path.txt")
Expand Down

0 comments on commit 6f6a9c8

Please sign in to comment.