Changes between Initial Version and Version 9 of Ticket #593
- Timestamp:
- May 13, 2014, 2:30:56 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #593
- Property Status new → assigned
- Property Summary Start filter and alignment → Start masking and alignment
-
Ticket #593 – Description
initial v9 3 3 The wizard is started after successfully demultiplexing and merging data from a sequencing run. In the first step `MergedSequences` items should be selected. The items need to be annotated with `AnalysisResult=Successful` and `AutoProcessing!=Disable` (eg. due to manually deselecting some libraries in the demux ended wizard). 4 4 5 For each selected item, the wizard create one ` FilteredSequences` child item:5 For each selected item, the wizard create one `MaskedSequences` child item: 6 6 7 * Name of item: `<lib-name>.g. f, <lib-name>.g.f2`8 * Software and protocol: (Type= Filtering)7 * Name of item: `<lib-name>.g.k, <lib-name>.g.k2` 8 * Software and protocol: (Type=Masking) 9 9 10 10 The wizard also create one `AlignedSequences` grandchild item: 11 11 12 * Name of item: `<lib-name>.g. f.a, <lib-name>.g.f.a2`12 * Name of item: `<lib-name>.g.k.a, <lib-name>.g.k.a2` 13 13 * Software and protocol: (Type=Alignment) 14 14