Skip to content

Web application for junction or gene expression count extraction and analysis

License

Notifications You must be signed in to change notification settings

ssec-jhu/snaptron-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3f3b8b7 · Mar 13, 2025
Mar 13, 2025
Jan 24, 2024
Jan 24, 2024
Mar 3, 2025
Mar 13, 2025
Oct 15, 2024
Mar 13, 2025
Jan 24, 2024
Jan 24, 2024
Jan 24, 2024
Jan 24, 2024
Oct 21, 2024
Oct 21, 2024
Jan 24, 2024
Jan 24, 2024
May 22, 2024
Jan 24, 2024
Mar 13, 2025
Sep 18, 2024
Jan 24, 2024
Sep 17, 2024
Jun 20, 2024

SSEC-JHU SnapMine

CI codecov Security DOI

SSEC-JHU Logo

About

Web application for junction or gene expression count extraction and analysis:

junction_query

Initial Setup:

  • Get the code: git clone https://github.com/ssec-jhu/snaptron-query.git
  • Then you will need to download the metadata files for the dataset of interest (or all) in a folder, renaming each file with the dataset name as prefix:

Build & Run:

Follow above setup instructions if you have not done so already.

with Tox [running locally]:

  • pip install tox if you don't have it already
  • Make sure you are in the repo directory: cd snaptron-query
  • You should see the tox file: tox.ini
  • Run: tox -e test exec -- python -m snaptron_query.app.main_dash_app
  • This will have Dash running locally on http://127.0.0.1:8050/
  • Ctrl+c to quit

with Python ecosystem [running locally]:

  • Make sure you are in the repo directory: cd snaptron-query
  • Run python3 -m snaptron_query.app.main_dash_app
  • This will have Dash running locally on http://127.0.0.1:8050/
  • Ctrl+c to quit

Using tox to run tests

  • Run tox tox. This will run all of linting, security, test, docs and package building within tox virtual environments.
  • To run an individual step, use tox -e {step} for example:
    • tox -e format
    • tox -e test
    • tox -e build-docs
    • tox -e format

Typically, the CI tests run in github actions will use tox to run as above. See also ci.yml.

About

Web application for junction or gene expression count extraction and analysis

Resources

License

Code of conduct

Citation

Stars

Watchers

Forks

Packages

No packages published