From 337130d538cde0eb90f54b519cfee4b6d525d175 Mon Sep 17 00:00:00 2001 From: Lorenzo Gaifas Date: Mon, 21 Aug 2023 18:06:52 +0200 Subject: [PATCH] add stuff to readme --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index 07aa5e4..8d3af5f 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,18 @@ Options: --help Show this message and exit. ``` +### stemia image classify_densities + +``` +Usage: stemia image classify_densities [OPTIONS] [STACKS]... + + Do hierarchical classification of particle stacks based on densities. + +Options: + -c, --max-classes INTEGER + --help Show this message and exit. +``` + ### stemia image create_mask ``` @@ -326,6 +338,25 @@ Options: --help Show this message and exit. ``` +### stemia relion edit_star + +``` +Usage: stemia relion edit_star [OPTIONS] [STAR_FILES]... + + Simple search-replace utility for star files. + + Full regex functionality works (e.g: reusing groups in output) + +Options: + -s, --suffix-output TEXT suffix added to the output files before extension + -c, --column TEXT column(s) to modify + -i, --regex-in TEXT regex sed-like search pattern(s) + -o, --regex-out TEXT regex sed-like substitution to apply to the + column(s) + -f, --overwrite overwrite output if exists + --help Show this message and exit. +``` + ### stemia warp fix_mdoc ```