ContentMine / cproject

ArgProcessor and files for basic CMDirectories. Often subclassed. Needs to be separate from euclid and norma
Apache License 2.0
0 stars 4 forks source link

add `summary` concept to `CTree` and `CProject` #5

Open petermr opened 8 years ago

petermr commented 8 years ago

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      
petermr commented 8 years ago

Now added in latest commit. Works and is available for comment, then will close