-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi,
This document https://github.com/ContentMine/workshop-resources/tree/master/software-tutorials/cproject seems to claim to be definitive about Cproject structure, but seems to be at odds with this document about the output of ami https://github.com/ContentMine/workshop-resources/blob/master/software-tutorials/ami/README.md#ami2-species. In the CProject definition the extent of say a sequence results directory looks to be much simpler than the apparent results described in the tutorial.
CProject folder structure:
│ ├── results
│ │ ├── sequence
│ │ │ └── dnaprimer
│ │ │ └── empty.xml
ami output tutorial
│ ├── results
│ │ ├── sequence
│ │ │ └── rna
│ │ │ └── empty.xml
│ │ │ └── dna
│ │ │ └── empty.xml
│ │ │ └── prot
│ │ │ └── empty.xml
Im trying to write a parser for CProjects, could you let me know whether the ami tools are going to produce lots of directories (e.g ami2seq will generate sequence/sequencetype folders or, as the CProject document suggests, will it generate just the sequence/dnaprimer folder? Or is the info in one of these docs out of date?
Thanks for clarification.