Skip to content

Commit

Permalink
Pick up iota from new repository location (#469)
Browse files Browse the repository at this point in the history
* The new iota repository lives at https://github.com/ssrl-px/iota
* Updated bootstrap references for iota
* Added libtbx.install support for iota

To migrate an existing developer installation follow the
instructions in
https://github.com/cctbx/cctbx_project/blob/master/iota/README.md
  • Loading branch information
Anthchirp authored Apr 28, 2020
1 parent 8af271f commit 8221730
Show file tree
Hide file tree
Showing 32 changed files with 38 additions and 20,465 deletions.
20 changes: 0 additions & 20 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -980,26 +980,6 @@ gltbx/wx_motion_on_tab.py svneol=native#text/x-python
gltbx/wx_viewer_example.py -text
gltbx/wx_viewer_leapmotion.py -text
gltbx/wx_viewers_images.py -text
iota/__init__.py -text
iota/command_line/__init__.py -text
iota/command_line/iota_bulletproof.py -text
iota/command_line/iota_filter_pickles.py -text
iota/command_line/iota_process.py -text
iota/command_line/iota_run.py -text
iota/components/__init__.py -text
iota/components/iota_analysis.py -text
iota/components/iota_cctbx.py -text
iota/components/iota_cmd.py -text
iota/components/iota_controls.py -text
iota/components/iota_dials.py -text
iota/components/iota_gui_init.py -text
iota/components/iota_image.py -text
iota/components/iota_init.py -text
iota/components/iota_input.py -text
iota/components/iota_misc.py -text
iota/components/iota_vis_integration.py -text
iota/doc/NOTES.txt -text
iota/libtbx_config -text
iotbx/bioinformatics/__init__.py -text
iotbx/bioinformatics/alignment_as_hsearch.py -text
iotbx/bioinformatics/ebi_wu_blast_xml.py -text
Expand Down
21 changes: 21 additions & 0 deletions iota/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## IOTA

This code has now moved into a separate repository.
If you set up your build environment after April 2020 it should already include
the necessary changes.


### Updating developer installations

You can pick up iota from its new location by running the command
```bash
libtbx.install iota
```
which will install iota in the modules/ directory. You should also run
```bash
cd $(libtbx.find_in_repositories cctbx_project)
git clean -diX iota
```
to remove any `.pyc` and other python runtime debris from the previous iota
path, as these files could interfere with python package discovery.
The clean command will ask for confirmation (enter `1`) before deleting files.
81 changes: 0 additions & 81 deletions iota/__init__.py

This file was deleted.

Empty file removed iota/command_line/__init__.py
Empty file.
135 changes: 0 additions & 135 deletions iota/command_line/iota_filter_pickles.py

This file was deleted.

86 changes: 0 additions & 86 deletions iota/command_line/iota_gui_launch.py

This file was deleted.

Loading

0 comments on commit 8221730

Please sign in to comment.