q2-thapbi-pict

Qiime2 plugin for THAPBI PICT (q2-thapbi-pict)

https://github.com/peterjc/q2-thapbi-pict

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 6 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Qiime2 plugin for THAPBI PICT (q2-thapbi-pict)

Basic Info
  • Host: GitHub
  • Owner: peterjc
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 60.5 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 1
Created almost 2 years ago · Last pushed 6 months ago
Metadata Files
Readme Contributing License Zenodo

README.rst

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.11121862.svg
   :alt: Zenodo DOI
   :target: https://zenodo.org/doi/10.5281/zenodo.11121862
.. image:: https://img.shields.io/github/license/peterjc/q2-thapbi-pict.svg?label=License
   :alt: MIT License
   :target: https://github.com/peterjc/q2-thapbi-pict/blob/main/LICENSE.rst
.. image:: https://results.pre-commit.ci/badge/github/peterjc/q2-thapbi-pict/main.svg
   :target: https://results.pre-commit.ci/latest/github/peterjc/q2-thapbi-pict/main
   :alt: pre-commit.ci status
.. image:: https://img.shields.io/pypi/v/q2_thapbi_pict.svg?label=PyPI
   :alt: Released on the Python Package Index (PyPI)
   :target: https://pypi.org/project/q2-thapbi-pict/
.. image:: https://img.shields.io/badge/Code%20style-black-000000.svg
   :alt: Code style: black
   :target: https://github.com/python/black


Qiime2 plugin for THAPBI PICT (q2-thapbi-pict)
==============================================

About
-----

`Qiime2 `__ is a microbiome bioinformatics platform with
integrated data provenance tracking and a `plugin system
`__ allowing modular construction of
analysis and visualisation pipelines.

`THAPBI PICT `__ is a sequence based
diagnostic/profiling tool started under the UK funded Tree Health and Plant
Biosecurity Initiative (THAPBI) `Phyto-Threats project
`__.
PICT stood for *Phytophthora* ITS1 Classification Tool, reflecting the initial
application focus.

With appropriate primer settings and a custom database of full length markers,
THAPBI PICT can be applied to other organisms and/or barcode marker sequences.
It requires overlapping paired-end Illumina reads which can be merged to cover
the *full* amplicon marker. Longer markers or fragmented amplicons are not
supported. Internally it works by tracking unique amplicon sequence variants
(ASVs), using MD5 checksums as identifiers.

The THAPBI PICT tool provides a command line interface including a pipeline
from demultiplexed FASTQ files and optional metadata as TSV files though to
ASV tally tables with taxonomic classification as TSV, Excel or BIOM files.

This repository is for ``q2-thapbi-pict``, a plugin to call some of the THAPBI
PICT functionality from within Qiime2.


Installation
------------

Qiime2 is not available natively on Windows, instead they recommend using the
Windows Subsystem for Linux (WSL). Follow the Qiime2 installation instructions
using the `Conda `__ packaging system.

1. Activate your Qiime2 conda environment.

2. Install the paired read merging tool Flash used by THAPBI PICT using conda:

   .. code:: console

        $ conda install -c conda-forge flash

3. Install the THAPBI PICT plugin for Qiime2 (and its Python dependencies which
   include THAPBI PICT and CutAdapt) using pip:

   .. code:: console

        $ pip install q2-thapbi-pict

   This will fail ``ERROR: No matching distribution found for q2-types...`` or
   ``ERROR: No matching distribution found for q2cli...`` if the Qiime2 conda
   environment is not activated.

Quick Start
-----------

Once installed, you should be able to run the tool at the command line using
the Qiime2 command line interface (q2cli):

.. code:: console

    $ qiime info
    System versions
    Python version: 3.8.18
    QIIME 2 release: 2024.2
    QIIME 2 version: 2024.2.0
    q2cli version: 2024.2.0

    Installed plugins
    ...

This should list the THAPBI PICT plugin under "Installed plugins". You should
be able to run it and see basic instructions too:

.. code:: console

    $ qiime q2-thapbi-pict --help
    Usage: qiime q2-thapbi-pict [OPTIONS] COMMAND [ARGS]...

      Description: This QIIME 2 plugin provides support for running some of the
      THAPBI PICT functionality.

    ...

This lists the available commands, each of which have their own help page:

.. code:: console

    $ qiime q2-thapbi-pict prepare-reads-sample-tally --help
    Usage: qiime q2-thapbi-pict prepare-reads-sample-tally [OPTIONS]

      Takes paired (raw) FASTQ files demultiplexed per sample. Runs THAPBI PICT
      ...

You can confirm the plugin version like this:

.. code:: console

    $ qiime q2-thapbi-pict --version
    QIIME 2 Plugin 'q2-thapbi-pict' version 0.0.1 (from package 'q2-thapbi-pict' version 0.0.1)


Documentation
-------------

The `THAPBI PICT documentation `_ is
hosted by `Read The Docs `_.


Citation
--------

If you use THAPBI PICT in your work, please cite our *PeerJ* paper, and give
details of the version and any non-default settings used in your methods:

    Cock *et al.* (2023) "THAPBI PICT - a fast, cautious, and accurate
    metabarcoding analysis pipeline" *PeerJ* **11**:e15648
    https://doi.org/10.7717/peerj.15648

You can also cite the software specifically via Zenodo which offers version
specific DOIs as well as https://doi.org/10.5281/zenodo.4529395 which is for
the latest version.

Qiime2 helps by tracking the citations for all the tools your analysis uses.
This should include any tools used via plugins, such as Flash and CutAdapt.

Owner

  • Name: Peter Cock
  • Login: peterjc
  • Kind: user
  • Location: Dundee, Scotland, UK

GitHub Events

Total
  • Delete event: 9
  • Push event: 11
  • Pull request event: 16
  • Create event: 8
Last Year
  • Delete event: 9
  • Push event: 11
  • Pull request event: 16
  • Create event: 8

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 58
  • Total Committers: 2
  • Avg Commits per committer: 29.0
  • Development Distribution Score (DDS): 0.241
Past Year
  • Commits: 17
  • Committers: 2
  • Avg Commits per committer: 8.5
  • Development Distribution Score (DDS): 0.235
Top Committers
Name Email Commits
Peter Cock p****k@g****m 44
pre-commit-ci[bot] 6****] 14

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 27
  • Average time to close issues: N/A
  • Average time to close pull requests: about 8 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 25
  • Bot issues: 0
  • Bot pull requests: 27
Past Year
  • Issues: 0
  • Pull requests: 19
  • Average time to close issues: N/A
  • Average time to close pull requests: about 3 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 17
  • Bot issues: 0
  • Bot pull requests: 19
Top Authors
Issue Authors
Pull Request Authors
  • pre-commit-ci[bot] (32)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 16 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
pypi.org: q2-thapbi-pict

Qiime2 plugin for THAPBI PICT.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 16 Last month
Rankings
Dependent packages count: 9.7%
Forks count: 33.2%
Average: 37.5%
Stargazers count: 42.9%
Dependent repos count: 64.1%
Maintainers (1)
Last synced: 6 months ago

Dependencies

setup.py pypi
  • qiime2 *
  • thapbi_pict *