Mercurial > repos > agpetit > visualize_pore_diameter_aqp
comparison estimate_nb_sub_trajectories.py @ 10:bff6c4ff9a68 draft
"planemo upload for repository https://github.com/mesocentre-clermont-auvergne/aubi_piaf commit 434f3e872798e786f0c6a88939455692f711496c"
author | agpetit |
---|---|
date | Wed, 01 Jun 2022 10:06:13 +0000 |
parents | 7f1b1530d0fb |
children | 1f08a90393be |
comparison
equal
deleted
inserted
replaced
9:170982ed1569 | 10:bff6c4ff9a68 |
---|---|
70 parser.add_argument( | 70 parser.add_argument( |
71 "-o", | 71 "-o", |
72 "--output_file", | 72 "--output_file", |
73 type=str, | 73 type=str, |
74 default="estimated_number_of_sub_trajectories.tsv", | 74 default="estimated_number_of_sub_trajectories.tsv", |
75 help="""Output file. Default : | 75 help="""Output file. Default : |
76 estimated_number_of_sub_trajectories.tsv""", | 76 estimated_number_of_sub_trajectories.tsv""", |
77 ) | 77 ) |
78 parser.add_argument( | 78 parser.add_argument( |
79 "-f", | 79 "-f", |
80 "--nb_frames", | 80 "--nb_frames", |
81 type=int, | 81 type=int, |