Skip to content

Commit

Permalink
match maelstrom cli and api defaults + docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
siebrenf committed Dec 19, 2022
1 parent f414657 commit ecd4806
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gimmemotifs/commands/maelstrom.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


def maelstrom(args):
"""Run the maelstrom method."""
"""Find differential motifs."""
infile = args.inputfile
genome = args.genome
outdir = args.outdir
Expand Down
6 changes: 3 additions & 3 deletions gimmemotifs/maelstrom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@ def run_maelstrom(
ncpus=None,
zscore=True,
gc=True,
center=False,
center=True,
aggregation="int_stouffer",
plot_all_motifs=False,
plot_no_motifs=False,
random_state=None,
):
"""Run maelstrom on an input table.
"""Find differential motifs.
Parameters
----------
infile : str
Filename of input table. Can be either a text-separated tab file or a
Filename of input table. Can be either a tab-separated text file or a
feather file.
genome : str
Expand Down

0 comments on commit ecd4806

Please sign in to comment.