-
Notifications
You must be signed in to change notification settings - Fork 1
NewTreeProposal
Adrian Quintana edited this page Dec 11, 2017
·
1 revision
Rules:
- all in lowercase
- separation by underscores
[REPOSITORY]
- branches/
- tags/
- trunk/xmipp/
- applications/
- scripts/
- backwards/ (old programs names' wrappers)
- xmipp_adjust_volume
- xmipp_align3D
- xmipp_ang_distribution
- ...
- selfile_create/
- mlf_align_2d/
- mlf_refine3d/
- mpi_mlf_align2d/
- mpi_mlf_refine3d/
- convert_pdb2descr/
- convert_pdb2surface/
- extract_sidechain_from_pdb/
- protocols/
- protocol_gui.py
- protocol_kerdensom.py
- protocol_ml_align2d.py (respect names criteria!!)
- ...
- backwards/ (old programs names' wrappers)
- legacy/ (old xmipp code)
- find_center/
- make_spectra/
- programs/ (a program is a piece of executable code)
- adjust_volume_grey_level/
- align_tilt_pairs/
- align_volumes/
- ...
- scripts/
- build/ (SCons stuff, ignore...)
- installation/ (maybe for an easier distribution)
- bin/
- xmipp_adjust_volume_grey_level
- xmipp_align_tilt_pairs
- xmipp_align_volumes
- ...
- lib/
- libINRIA.so
- libXmippLegacy.so
- libXmippClassification.so
- libXmippData.so
- ...
- bin/
- libraries/ (still don't like this...)
- classification/
- [all sources and headers together]
- legacy/
- reconstruction/
- data/
- graphics/
- interface/
- classification/
- m4/
- external/
- INRIA/
- sources/
- Bilib/
- headers/
- sources/
- types/
- INRIA/
- scons/
- scons-local-0.XX.xx/
- tools/
- applications/
-- Main.AlfredoSolano - 02 Apr 2007