Description

Strain-level comparisons across multiple inStrain profiles

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

bams

:file

Path to .bam files that were profiled

*.{bam,sam}

profiles

:directory

InStrain profile folders

*.IS/

stb_file

:file

Path to .stb (scaffold to bin) file that was profiled

*.stb

Output

name:type
description
pattern

compare

meta

:map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.IS_compare

:directory

inStrain compare folders

*.IS_compare/

comparisons_table

meta

:map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.IS_compare/output/*.IS_compare_comparisonsTable.tsv

:file

Comparisons table

*.tsv

pooled_snv

meta

:map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.IS_compare/output/*.IS_compare_pooled_SNV_data.tsv

:file

Pooled SNV

*.tsv

snv_keys

meta

:map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.IS_compare/output/*.IS_compare_pooled_SNV_data_keys.tsv

:file

SNV keys

*.tsv

snv_info

meta

:map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.IS_compare/output/*.IS_compare_pooled_SNV_info.tsv

:file

SNV information

*.tsv

versions_instrain

${task.process}

:string

The name of the process

instrain

:string

The name of the tool

inStrain compare --version 2>&1 | sed -n 's/.*inStrain version //p'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

instrain

:string

The name of the tool

inStrain compare --version 2>&1 | sed -n 's/.*inStrain version //p'

:eval

The expression to obtain the version of the tool