Downloads

Here you can download Pline and different plug-in interfaces. All of the files are also available on the Github repository, but provided here as ready-to-use packages with different configurations. In addition, each plugin here includes a live demo of the resulting interface.

To start with, here is a button to download Pline with all of its plugins in a single package:
Download for MacOS
This package results in a Pline webapp that you can see on the Pline demo site.

Pline core

This arhive contains the main Pline files for generating web interfaces.
📦 Pline v1.0
Unzip to a local directory or add to an existing web page (see the guide for details). To add a program interface, download it from the list below or follow the API documentation to write a custom interface.

Pline plugins

Here are listed first-party interface plugins for various command-line programs. If you have written a Pline interface yourself, you are welcome to extend the plugins list by submitting a pull request to the GitHub repository.

Each program interface plugin is available in 3 configurations:

  • JSON: interface description
    • Useful you already have both Pline and the program binary (e.g. global installation).
    • Installation: Add it to your Pline plugins folder.
  • Plugin: interface JSON + program binary
    • Includes binaries for
    • Unzip and drop to the Pline plugins folder.
  • Bundle: Pline + JSON + binary
    • Self-contained web application for running a single command-line program.
    • Includes Pline, interface JSON and the program binary. Additional interfaces can be added later.
    • Unzip and launch (see the guide).

Pline also runs on this website, so all the plugin interfaces here are interactive. Click on the JSON tab to see the source file for the interface.
To also launch the underlying command-line programs, use the main demo site.

Pline pipelines

Pline can import and export pipelines as JSON files for easy reuse. As with plugins, new pipelines can be added to this list via GitHub pull requests. You can download the pipeline as:

  • JSON: pipeline description file
    • Pipeline JSON stores the prefilled input values for each pipeline step.
    • Import the JSON with the import button in the Pline program interface.
    • Assumes you already have Pline and plugins for all the programs used in the pipeline.
  • Bundle: Pline with preinstalled plugins and the pipeline
    • Self-contatined web application that automatically opens the pipeline with prefilled inputs.
    • Contains Pline, example input data files and the plugins (interfaces and binaries) for all the pipeline programs.
    • Unzip, launch Pline, adjust any inputs if needed, and run the pipeline.

How to use the pipeline

  1. Unzip the bundle
  2. Launch Pline
#in the command terminal
python path/to/Pline/pline_server.py

Web browser will open Pline from http://localhost:8000

  1. Supply input files

Drag the included example files to the file input area

  1. Launch the pipeline

Click RUN

  1. View the results

You can visualize the pileup with e.g. Samtools.

samtools view -n path/to/Pline/data/results.bam