Standalone & Dataset

DIVERS-standalone is intended for users who want to run it locally in a command-line environment (also in GitHub).


Current Version: 1


Programs:


DIVERS-single.py
DIVERS-batch.py

Dependency:


The code is written in python3, and requires bedtools installed.

Datasets:


Download them and put them in the same folder with the DIVERS program.

File Format:


Input: Variants in VCF format, with 5 mandatory tab-delimited fields (CHROM, POS, ID, REF, ALT).

Output: DIVERS-detected variants will be output in CSV format, with the following annotations.

Command:



    python DIVERS-single.py -i variants.vcf

    arguments:
      -i, --input        input variants in VCF format file
    

    python DIVERS-batch.py -d foldername/ -s samplelist.txt -o output.csv
    
    arguments:
      -d, --dir          directory of VCF files
      -s, --sample       sample list in the above directory (without .vcf extension)
      -o, --output       output filename