Usage With a Pip/Conda Install

The basic usage of Plasmid Extractor is fairly simple. As input, you will need to provide:

To use PlasmidExtractor, make sure you have the conda environment (if installed with conda) or virtualenv (if installed using pip) activated, and then you'll be good to go. Typing PlasmidExtractor.py on the command line should bring up a help menu telling you what arguments you need to provide for PlasmidExtractor. For example, in order to analyze the reads in the directory /home/user/reads and place the output into output using the default plasmid database, the command would be: PlasmidExtractor.py -i /home/user/reads -o output -p databases/plasmid_db.fasta -d databases

Within the output directory, you will find the following:

A Few Usage Examples

The input parameters of Plasmid Extractor can be customized to your liking. Here are a few examples of different things that could be done:

Mandatory Arguments

Optional Arguments