Skip to content

NewTreeProposal

Adrian Quintana edited this page Dec 11, 2017 · 1 revision

New tree proposal

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!!)
          • ...
      • 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/
        • ...
    • 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
        • ...
    • libraries/ (still don't like this...)
      • classification/
        • [all sources and headers together]
      • legacy/
      • reconstruction/
      • data/
      • graphics/
      • interface/
    • m4/
    • external/
      • INRIA/
        • sources/
      • Bilib/
        • headers/
        • sources/
        • types/
    • scons/
      • scons-local-0.XX.xx/
      • tools/

-- Main.AlfredoSolano - 02 Apr 2007

Clone this wiki locally