We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b107f2 + fd533eb commit 81570d3Copy full SHA for 81570d3
bin/task_motifmaker_reprocess
@@ -42,7 +42,7 @@ def get_parser():
42
"CSV file of motifs")
43
p.add_input_file_type(FileTypes.DS_REF, "reference", "ReferenceSet",
44
"Reference DataSet or Fasta sequence")
45
- p.add_output_file_type(FileTypes.GFF, "gff_out", "Modified Base Motifs Summary",
+ p.add_output_file_type(FileTypes.GFF, "gff_out", "Motifs and Modifications",
46
"Summary of analysis results for each kinModCall with motif information", default_name="motifs")
47
p.add_float(Constants.MIN_FRACTION_ID, "minFraction",
48
Constants.MIN_FRACTION_DEFAULT,
0 commit comments