Skip to content

Commit

Permalink
fix docstring alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovicmilena committed Dec 2, 2021
1 parent 06ca621 commit b57bbb6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions immuneML/reports/ml_reports/MotifSeedRecovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,8 @@ class MotifSeedRecovery(MLReport):
level of keys in this dictionary represents the different labels. In the inner dictionary there should be two keys: "seeds" and
"hamming_distance":
- seeds: a list of motif seeds. The seeds may contain gaps, specified by a '/' symbol.
- hamming_distance: A boolean value that specifies whether hamming distance was allowed when implanting the motif seeds for a given
label. Note that this applies to all seeds for this label.
- gap_sizes: a list of all the possible gap sizes that were used when implanting a gapped motif seed.
When no gapped seeds are used, this value has no effect.
- hamming_distance: A boolean value that specifies whether hamming distance was allowed when implanting the motif seeds for a given label. Note that this applies to all seeds for this label.
- gap_sizes: a list of all the possible gap sizes that were used when implanting a gapped motif seed. When no gapped seeds are used, this value has no effect.
YAML specification:
Expand Down

0 comments on commit b57bbb6

Please sign in to comment.