Skip to content
Snippets Groups Projects
Commit 7fda7fc3 authored by nfontrod's avatar nfontrod
Browse files

src/find_interaction_cluster/community_figures/__main__.py: fix constraint of iteration parameter

parent 0e813882
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ def load_and_check_table(table: str, feature: str, target_col: str):
@lp.parse(table="file", output="folder", test_type=["lm", "permutation"],
iteration="0 < iteration < 20")
iteration="20 < iteration")
def create_community_figures(table: str, feature: str, target_col: str,
output: str, outfile: str, test_type: str,
target_kind: str = "",
......@@ -64,7 +64,7 @@ def create_community_figures(table: str, feature: str, target_col: str,
interest ( this column must have the name *target_col*) and two columns \
with the community and the size of the community of the feature if it \
has one (None, else).
:param feature: The kind of feature analysed (exons or genes)
:param feature: The kind of feature analysed (exon or gene)
:param target_col: The name of the column containing the data of interest
:param output: The output folder
:param outfile: The name of the output figure file (pdf format)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment