A few comments:
A few issues I encountered:
- there needs to be some clarification of what config files are and which we edit. I was confused by
config: Location of config file ["$baseDir/design.config"]
I think this parameter is meant to be design since the corresponding entry in Nextflow.config is:
design = "./design.config"
So do we edit the design.config and Nextflow.config file per project then tweak per run by passing in parameters???
2. I think rep needs to be explained from the design file. Does this mean that reps are eg runs of the same sample across different lanes so that appropriate read groups can be assigned within samples?
3. Monitoring of a run. How can we determine status of our run?
4. Default ploidy value in the master config file should be 2
5. How to stop, restart run?
6. Best practices for reproducibility. How can I best track how I generated data?
A few comments:
A few issues I encountered:
I think this parameter is meant to be design since the corresponding entry in Nextflow.config is:
So do we edit the design.config and Nextflow.config file per project then tweak per run by passing in parameters???
2. I think rep needs to be explained from the design file. Does this mean that reps are eg runs of the same sample across different lanes so that appropriate read groups can be assigned within samples?
3. Monitoring of a run. How can we determine status of our run?
4. Default ploidy value in the master config file should be 2
5. How to stop, restart run?
6. Best practices for reproducibility. How can I best track how I generated data?