GenomeComb
cg wide ?options? ?infile? ?outfile?
Converts data in tsv format from long format (data for each sample in separate lines) to wide format (data for each sample in separate columns)
Genomecomb usually expects data in tsv files in wide format, where some fields are common/general for all samples (e.g. chromosome, begin, end, .. for variants) and some fields have specific values for each sample (e.g. quality, coverage, ...). In wide format these columns are named by adding "-samplename" to the fieldname. In the long format, sample specific data is on separate lines (the common fields are repeated in each line). "cg wide" converts from long to wide format. "cg long" can be used for the reverse.
Format Conversion