Skip to content

Commit

Permalink
add dependencies; rename the bundle; add GitHub url
Browse files Browse the repository at this point in the history
  • Loading branch information
RodenLuo committed May 14, 2024
1 parent cf55098 commit 4c8af32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ _info.txt
/.venv
*.pyc
DiffFitViewerTool.egg-info/
DiffFit.egg-info/
dev_data/output/*
!dev_data/output/dev_comp_domain_fit_3_domains_10s20q_new_q
case_study_data
Expand Down
9 changes: 6 additions & 3 deletions bundle_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ When uploaded to the ChimeraX toolshed, the bundle
will be displayed without the ChimeraX- prefix.
-->

<BundleInfo name="DiffFitViewerTool"
<BundleInfo name="DiffFit"
version="0.1" package="chimerax.difffit"
minSessionVersion="1" maxSessionVersion="1">

<!-- Additional information about bundle source -->
<Author>Deng "Roden" Luo</Author>
<Email>deng.luo@kaust.edu.sa</Email>
<URL>https://www.rbvi.ucsf.edu/chimerax/</URL>
<URL>https://github.com/nanovis/DiffFitViewer</URL>

<!-- Synopsis is a one-line description
Description is a full multi-line description -->
Expand All @@ -27,10 +27,13 @@ will be displayed without the ChimeraX- prefix.
</Categories>

<!-- Dependencies on other ChimeraX/Python packages -->
<!-- This example uses functionality from the Tutorial_Command bundle -->
<Dependencies>
<Dependency name="ChimeraX-Core" version="~=1.1"/>
<Dependency name="ChimeraX-UI" version="~=1.0"/>
<Dependency name="torch"/>
<Dependency name="scikit-learn"/>
<Dependency name="biopython"/>
<Dependency name="mrcfile"/>
</Dependencies>

<!-- Non-Python files that are part of package -->
Expand Down

0 comments on commit 4c8af32

Please sign in to comment.