GenomeComb
Genomecomb moved to github on https://github.com/derijkp/genomecomb with documentation on https://derijkp.github.io/genomecomb. For up to date versions, go there. These pages only remain here for the data on the older scientific application (or if someone really needs a long obsolete version of the software)
cg project_addsample ?options? projectdir samplename rawdata ...
Add a sample directory to a project directory.
project_addsample is a convenience function to add a sample to a project directory in the proper structure. (You can do the same manually by creating the directories, adding links ot copying raw data files) If the project directoy does not exist yet, it will be created. The command creates a sample directory under projectdir/samples, and adds the given raw data under projectdir/samples/samplename/ori (by default using softlinks).
rawdata can either be given as a single directory (containing the fastq files, Complete Genomics surce data, etc. according to the type of experiment) or as one or more files. (see howto_process_project for examples.
Process