panoptes / panoptes-pipeline

PANOPTES Data Processing Pipeline
MIT License
9 stars 8 forks source link

Reorganize PIAA and figure out structure. #5

Closed wtgee closed 8 years ago

wtgee commented 8 years ago

Let's put runnable scripts in a scripts folder and create a basic structure that is similar across repos.

/
/scripts/  # Runnable
/piaa/     # module level stuff
/docs/ 
/bin/      # Like scripts so probably won't need now.  
/tests/    # Testing always good
/examples/notebooks/ # Jupyter notebooks.
...