Opened 7 years ago
Closed 6 years ago
#1666 closed enhancement (fixed)
bundle_info.xml DataFormat classifier needs allow_directory option
| Reported by: | Tom Goddard | Owned by: | Eric Pettersen |
|---|---|---|---|
| Priority: | moderate | Milestone: | |
| Component: | Tool Shed | Version: | |
| Keywords: | Cc: | Conrad Huang | |
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
Need ChimeraXClassifier DataFormat allow_directory option corresponding to the new option of this name in register_format().
I added an allow_directory option to io.register_format() so that DICOM directories can be opened. The dicom module can't register the format in bundle_info.xml because the allow_directory option is not available in the ChimeraXClassifier DataFormat arguments. So currently its being done in the dicom module custom init function.
Change History (2)
comment:1 by , 6 years ago
| Owner: | changed from to |
|---|
comment:2 by , 6 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
The data-formats manager supports an "allow_directory" attribute.
Note:
See TracTickets
for help on using tickets.
Believe Eric has fixed this.