Skip to content

Commit

Permalink
Change _py to .py
Browse files Browse the repository at this point in the history
  • Loading branch information
clzirbel authored Oct 17, 2024
1 parent 85e36e7 commit 692a64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Below is a brief description of the key files in the repository:
- **equivalence_class_service.py**: Retrieves the members of an Equivalence Class (EC) that is part of the [Representative Sets of RNA 3D structures](https://rna.bgsu.edu/rna3dhub/nrlist) for the given resolution and experimental method.
- **pairwise_service.py**: Provides pairwise annotations for equivalent nucleotide (nt) or motif instances.
- **rotation.py**: Returns the base rotation data for equivalent instances.
- **center_py**: Provides the base center data for equivalent instances.
- **discrepancy_py**: Calculates the discrepancy between equivalent nucleotide (nt) or motif instances.
- **center.py**: Provides the base center data for equivalent instances.
- **discrepancy.py**: Calculates the discrepancy between equivalent nucleotide (nt) or motif instances.
- **ordering_similarity.py**: Orders equivalent nucleotide (nt) or motif instances based on similarity.
- **get_neighboring_chains.py**: Finds the neighboring chains that are within 10 Angstroms of the input nts.
- **utility.py**: Handles various utility tasks.
Expand Down

0 comments on commit 692a64a

Please sign in to comment.