Giter Site home page Giter Site logo

readfish-tools's Introduction

readfish-tools

Build

readfish-tools is a suite of command line utilities to ease the set up and analysis of readFish experiments.

Installation

pip install rf_tools

or

git clone https://github.com/LooseLab/rf_tools
cd rf_tools
python3 -m venv venv
source venv/bin/activate
pip install -U pip setuptools wheel
pip install -e .

Usage

usage: rf_tools [-h] {setup,update} ...

rf_tools suite

optional arguments:
  -h, --help      show this help message and exit

subcommands:
  {setup,update}  additional help
    setup         create a simple barcode based deplete/enrich experiment TOML.
    update        Update an existing simple toml file by removing or adding barcodes.

##Subcommands ###Setup - Interactively create a TOML file for running a read fish barcoding experiment.

usage: rf_tools setup [-h] --toml TOML [--no-minknow] [--mk-host MK_HOST] [--mk-port MK_PORT] [--use_tls]
                  [--adventure]

optional arguments:
  -h, --help         show this help message and exit
  --toml TOML        Path to the TOML file.
  --no-minknow       Do not attempt to use the minknow API, default False.
  --mk-host MK_HOST  Address for connecting to MinKNOW, default localhost.
  --mk-port MK_PORT  Port for connecting to MinKNOW, default 9501.
  --use_tls          Use TLS for connecting to MinKNOW, default False.
  --adventure        How about a little light role play?

The toml argument is required, as this is the path to write the toml file to. An example command would be:

rf_tools setup --toml example_test.toml

###Update - Interactively update an existing toml file to create a .toml_live file, to update a readfish barcoding experiment mid run.

usage: rf_tools update [-h] --toml TOML

optional arguments:
  -h, --help   show this help message and exit
  --toml TOML

Toml argument is required, as this is the TOML file to update. An example command would be

rf_tools update --toml example_test.toml

readfish-tools's People

Contributors

adoni5 avatar

Watchers

James Cloos avatar  avatar  avatar alex avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.