Skip to content

Commit

Permalink
nhash_id optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiernan committed Sep 23, 2024
1 parent 289b3a3 commit dac4de4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pipelines/skylab/multiome/Multiome.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workflow Multiome {
String cloud_provider
String input_id
# Additional library aliquot ID
String? nhash_id = ""
String? nhash_id

# Optimus Inputs
String counting_mode = "sn_rna"
Expand Down
2 changes: 1 addition & 1 deletion pipelines/skylab/optimus/Optimus.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ workflow Optimus {
Array[File]? i1_fastq
String input_id
# String for additional library aliquot ID
String? gex_nhash_id = ""
String? gex_nhash_id
String output_bam_basename = input_id
String? input_name
String? input_id_metadata_field
Expand Down
4 changes: 2 additions & 2 deletions tasks/skylab/H5adUtils.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ task OptimusH5adGeneration {
String warp_tools_docker_path
# name of the sample
String input_id
String gex_nhash_id = ""
String? gex_nhash_id
# user provided id
String? counting_mode
Int expected_cells = 3000
Expand Down Expand Up @@ -119,7 +119,7 @@ task SingleNucleusOptimusH5adOutput {
# name of the sample
String input_id
# additional aliquot id
String gex_nhash_id = ""
String? gex_nhash_id
# user provided id
String? counting_mode
Int expected_cells = 3000
Expand Down

0 comments on commit dac4de4

Please sign in to comment.