GenomeComb
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 source data, etc. according to the type of experiment) or as one or more files. (see howto_process_project for examples.
Process