Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bitia

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitia

BioInformatics Tool for Infrastructure Automation (BiTIA) CLI utility.

  • 0.2.3
  • PyPI
  • Socket score

Maintainers
1

BioInformatics Tool for Infrastructure Automation (BiTIA) CLI utility

This is the cli utility of the BiTIA project. The other component is bitia-runner. Most users only need the cli client bitia to submit jobs. Install it using pip.

python -m pip install bitia --user
python -m bitia --help

Configuration

TODO: Order of searching configuration file.

Unix like systems

  1. ./bitia.toml
  2. ~/.bitia.toml
  3. $HOME/.config/bitia.toml
  4. /etc/bitia.toml

Windows

  1. bitia.toml
  2. %APPDATA%\bitia.toml
  3. %PROGRAMDATA%\bitia.toml

BiTIA runner

If you are self-hosting the BiTIA server, you need bitia-runner as well. See the documents of bitia-runner for more details. TODO.

EXAMPLES

  1. Using samtools to view a fastq file with same name as provided in url
NORMAL PIPELINE EXECUTION CODEBITIA EXECUTION CODE
  1. Using samtools to view a fastq file with different file name as provided in url
NORMAL PIPELINE EXECUTION CODEBITIA EXECUTION CODE
  1. Using Fastqc to do Quality check on a fastq file with same file name as provided
NORMAL PIPELINE EXECUTION CODEBITIA EXECUTION CODE

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc