Primary results¶
These files are the main results generated by the PALEOMIX pipeline, and the oneces
ExampleProject.rCRS.bam and ExampleProject.rCRS.bai
Final BAM file, which has not realigned using the GATK Indel Realigner, and it's index file (.bai), created using the "samtools index". If rescaling has been enabled, this BAM will contain reads processed by mapDamage.
ExampleProject.rCRS.realigned.bam and ExampleProject.rCRS.realigned.bai
BAM file realigned using the GATK Indel Realigner, and it's index file (.bai), created using the "samtools index". If rescaling has been enabled, this BAM will contain reads processed by mapDamage.
ExampleProject.rCRS.mapDamage/
Per-library analyses generated using mapDamage2.0. If rescaling is enabled, these folders also includes the model files generated for each library. See the mapDamage2.0 documentation for a description of these files.
ExampleProject.rCRS.coverage
Coverage statistics generated using the 'paleomix coverage' command. These include per sample, per library and per contig / chromosome breakdowns.
ExampleProject.rCRS.depths
Depth-histogram generated using 'paleomix depths' commands. As with the coverage, this information is broken down by sample, library, and contig / chromosome.
ExampleProject.rCRS.duphist
Per-library histograms of PCR duplicates; for use with `preseq`_ [Daley2013] to estimate the remaining molecular complexity of these libraries. Please refer to the original PALEOMIX publication [Schubert2014] for more information.
ExampleProject.summary
A summary table, which is created for each target if enabled in the makefile. This table contains contains a summary of the project, including the number / types of reads processed, average coverage, and other statistics broken down by prefix, sample, and library.
Warning
Some statistics will missing if pre-trimmed reads are included in the makefile, since PALEOMIX relies on the output from the adapter trimming software to collect these values.