Skip to content

Commit

Permalink
More cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbggrant committed Aug 27, 2024
1 parent 0c2ac89 commit a64e3db
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions scripts/variantstore/wdl/GvsExtractCallset.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -258,16 +258,6 @@ workflow GvsExtractCallset {
target_interval_list = target_interval_list,
}

# call MakeManifestEntryAndOptionallyCopyOutputs {
# input:
# interval_index = i,
# output_vcf = ExtractTask.output_vcf,
# output_vcf_index = ExtractTask.output_vcf_index,
# output_vcf_bytes = ExtractTask.output_vcf_bytes,
# output_vcf_index_bytes = ExtractTask.output_vcf_index_bytes,
# output_gcs_dir = output_gcs_dir,
# cloud_sdk_docker = effective_cloud_sdk_docker,
# }
}

call SumBytes {
Expand All @@ -287,13 +277,6 @@ workflow GvsExtractCallset {
cloud_sdk_docker = effective_cloud_sdk_docker,
}

# call CreateManifest {
# input:
# manifest_lines = MakeManifestEntryAndOptionallyCopyOutputs.manifest,
# output_gcs_dir = output_gcs_dir,
# cloud_sdk_docker = effective_cloud_sdk_docker,
# }
call Utils.GetBQTableLastModifiedDatetime {
input:
project_id = query_project,
Expand All @@ -315,8 +298,7 @@ workflow GvsExtractCallset {
Array[File] output_vcf_indexes = ExtractTask.output_vcf_index
Array[File] output_vcf_interval_files = SplitIntervals.interval_files
Float total_vcfs_size_mb = SumBytes.total_mb
# File manifest = CreateManifest.manifest
File new_manifest = CreateManifestAndOptionallyCopyOutputs.manifest
File manifest = CreateManifestAndOptionallyCopyOutputs.manifest
File sample_name_list = GenerateSampleListFile.sample_name_list
String recorded_git_hash = effective_git_hash
Boolean done = true
Expand Down

0 comments on commit a64e3db

Please sign in to comment.