Skip to content

Commit

Permalink
automatic update
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoda-esg-bot committed Jul 2, 2024
1 parent dd48e12 commit 002a668
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
<tool id="analyse_short_astro_text_astro_tool" name="analyse-short-astro-text" version="0.0.1+galaxy0" profile="23.0">
<requirements>
<requirement type="package" version="2.2.2">pandas</requirement>
<requirement type="package" version="1.2.20">oda-api</requirement>
<requirement type="package" version="3.9.0">matplotlib</requirement>
<requirement type="package" version="2.32.3">requests</requirement>
<requirement type="package" version="0.4.7">astroquery</requirement>
<requirement type="package" version="2.2.2">pandas</requirement>
<requirement type="package" version="7.0.0">rdflib</requirement>
<!--Requirements string 'user_agent
' can't be converted automatically. Please add the galaxy/conda requirement manually or modify the requirements file!-->
<requirement type="package" version="4.12.3">beautifulsoup4</requirement>
<requirement type="package" version="2.0.0">sparqlwrapper</requirement>
<requirement type="package" version="3.3">networkx</requirement>
<requirement type="package" version="3.9.0">matplotlib</requirement>
<requirement type="package" version="1.14.0">scipy</requirement>
<!--Requirements string 'oda_api
' can't be converted automatically. Please add the galaxy/conda requirement manually or modify the requirements file!-->
Expand Down
4 changes: 1 addition & 3 deletions tools/analyse-short-astro-text/telescope_type_prediction.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
df_tel = rule_based_telescope_detector(
atel_, atel_text, telescope_ontology, file_dict_uri_int
)
df_sor = rule_based_source_detector(
atel_, atel_text.lower(), data_path, dict_path
)
df_sor = rule_based_source_detector(atel_, atel_text, data_path, dict_path)
df_cla = detect_source_classes(
atel_, atel_text.lower(), df_sor, simbad_node_file
)
Expand Down

0 comments on commit 002a668

Please sign in to comment.