Skip to content

Commit 81570d3

Browse files
authored
Merge pull request #15 from ben-lerch/update-filenames
update output filename
2 parents 8b107f2 + fd533eb commit 81570d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/task_motifmaker_reprocess

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_parser():
4242
"CSV file of motifs")
4343
p.add_input_file_type(FileTypes.DS_REF, "reference", "ReferenceSet",
4444
"Reference DataSet or Fasta sequence")
45-
p.add_output_file_type(FileTypes.GFF, "gff_out", "Modified Base Motifs Summary",
45+
p.add_output_file_type(FileTypes.GFF, "gff_out", "Motifs and Modifications",
4646
"Summary of analysis results for each kinModCall with motif information", default_name="motifs")
4747
p.add_float(Constants.MIN_FRACTION_ID, "minFraction",
4848
Constants.MIN_FRACTION_DEFAULT,

0 commit comments

Comments
 (0)