Extraction
Step for preparing the BAM file(s)
Running this step is a prerequisite before running any of the other tools. This step extracts the pileup and coverage information from your BAM file(s) and stores the result in a Python pickle file (which contains JSON data). You can determine where to store the output files by specifying -db
argument. This allows for much faster analyses that make repeated use of your samples.
There are two main types of required input:
Sample information: the BAM file and any associate annotation (e.g. sample grouping).
Supporting files: reference FASTA, VCF, and BED file.
Moreover, there are two ways to provide the sample information: (1) provide a CSV file, or (2) specify via the command line arguments.
CSV input
This method is easier for when you have many samples. Just provide a CSV file with five columns: sample name, sample group, sample type, sample sex, and path to the sample's BAM file. An example with three samples is below:
Here is an example command line usage for three samples:
Command line input
You can also specify each of your samples via command line arguments. Here is an example:
BED file for MSK-ACCESS-V1 on JUNO
Last updated
Was this helpful?