Skip to content

Commit

Permalink
add stuff to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brisvag committed Aug 21, 2023
1 parent bae785b commit 337130d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down Expand Up @@ -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

```
Expand Down

0 comments on commit 337130d

Please sign in to comment.