Skip to content

Commit abcbce5

Browse files
committed
Add more subread options
1 parent 24df561 commit abcbce5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/analysis/SubreadAnalysis.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ public Provider()
7474
}}, 0.1),
7575
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.create("-g"), "group", "Group Field", "The field for grouping, such as exon_id, transcript_id or gene_id. This can be omitted, in which case gene_id will be used.", "textfield", new JSONObject(){{
7676

77+
}}, null),
78+
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.create("-t"), "featureType", "Feature Type", "Optional. Specify the feature type. Only rows which have the matched feature type in the provided GTF annotation file will be included for read counting. ‘exon’ by default.", "textfield", new JSONObject(){{
79+
80+
}}, null),
81+
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.createSwitch("-f"), "useMeta", "Use Meta Features", "If specified, read summarization will be performed at feature level (eg. exon level). Otherwise, it is performed at metafeature level (eg. gene level).", "checkbox", new JSONObject(){{
82+
7783
}}, null),
7884
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.create("--minOverlap"), "minOverlap", "Min Read Overlap", "Minimum number of overlapping bases in a read that is required for read assignment.", "ldk-integerfield", new JSONObject(){{
7985
put("minValue", 0);

0 commit comments

Comments
 (0)