inner_read_group_to_string
Converts a
ReadGroup
struct to a String
without any validation.WDL Version
1.1
RUN WITH
sprocket run --name inner_read_group_to_string data_structures/read_group.wdldata_structures\read_group.wdl [INPUTS]...
Inputs
Required Inputs
Name
Type
Description
read_group
ReadGroup
ReadGroup
struct to stringifyReadGroup
struct to stringifyOther Inputs
Name
Type
Default
Description
format_as_sam_record
Boolean
false
Format the `ReadGroup` as a SAM record? If `true`, the read group string will be...
Format the
ReadGroup
as a SAM record? If true
, the read group string will be prefixed with @RG
and tab delimiters will be used instead of space delimiters.Outputs
Name
Type
Expression
Description
stringified_read_group
String
read_string("out.txt")
Input
ReadGroup
as a stringInput
ReadGroup
as a stringDefault Runtime Attributes
Attribute
Value
memory
"4 GB"
disks
"10 GB"
container
"ghcr.io/stjudecloud/util:2.2.1"
maxRetries
1