forked from petermr/cproject
-
Notifications
You must be signed in to change notification settings - Fork 4
add summary concept to CTree and CProject #5
Copy link
Copy link
Open
Labels
Description
At present the summary/analysis routines create files like
/ami2/target/tutorial/zika10old/PMC3113902/search.tropicalVirus.snippets.xml
/ami2/target/tutorial/zika10old/PMC3113902/sequence.dnaprimer.count.xml
This is messy, non semantic and visually difficult.
I intend to change to a directory structure under CTree and CProject, e.g.
/ami2/target/tutorial/
zika10old/
PMC3113902/
summary/
search/
tropicalVirus/
snippets.xml
sequence/
dnaprimer/
count.xml
this will mirror the results structure
Also we can create the same structure for the cproject
/ami2/target/tutorial/zika10old/
summary/
search/
tropicalVirus/
snippets.xml
sequence/
dnaprimer/
count.xml
Reactions are currently unavailable