https://github.com/cancerit/dockstore-pycrisprcleanr

Dockersised pyCRISPRcleanR

https://github.com/cancerit/dockstore-pycrisprcleanr

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Dockersised pyCRISPRcleanR

Basic Info
  • Host: GitHub
  • Owner: cancerit
  • License: agpl-3.0
  • Language: Common Workflow Language
  • Default Branch: develop
  • Size: 149 KB
Statistics
  • Stars: 0
  • Watchers: 6
  • Forks: 1
  • Open Issues: 6
  • Releases: 1
Archived
Created about 8 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog License

README.md

dockstore-pyCRISPRcleanR

Dockersised pyCRISPRcleanR for Dockstore

| Quay.io status | | ---------------------------------------------------| | Docker Repository on Quay |

| Master | Develop | | --------------------------------------------------- | ----------------------------------------------------- | | Master Badge | Develop Badge |

This project wraps pyCRISPRcleanR into a Dockstore tool.

Required inputs:

gRNA Counts file: tab separated file containing following fields:

sgRNA gene

sgRNA library file format with following mandatory columns:

sgRNA gene chr start end

For additional optional input parameters please run pyCRISPRcleanR --help

Release process

This project is maintained using HubFlow.

  1. Make appropriate changes
  2. Test cwl workflow cwl-runner pycrisprcleanr.cwl ../examples/HT-29_sample.json
  3. Bump version in Dockerfile and Dockstore.cwl
  4. Push changes
  5. Check state on Travis
  6. Generate the release (add notes to GitHub)
  7. Confirm that image has been built on quay.io
  8. Update the dockstore entry, see dockstore-docs

LICENCE

Copyright (c) 2018 Genome Research Ltd.

Author: Cancer Genome Project cgpit@sanger.ac.uk

This file is part of dockstore-cgp-irap.

dockstore-cgp-irap is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

  1. The usage of a range of years within a copyright statement contained within this distribution should be interpreted as being equivalent to a list of years including the first and last year specified and all consecutive years between them. For example, a copyright statement that reads ‘Copyright (c) 2018-2019’ should be interpreted as being identical to a statement that reads ‘Copyright (c) 2018, 2019’."

Owner

  • Name: CASM IT
  • Login: cancerit
  • Kind: organization
  • Email: cgpit@sanger.ac.uk
  • Location: Hinxton, Cambridge, UK

CASM IT provide bioinformatic support for Cancer, Ageing and Somatic Mutation group at the Wellcome Sanger Institute

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • numpy ==1.14.3
  • pandas ==0.22.0
  • plotly ==3.1.0
  • pytest ==3.5.1
  • pytest-cov ==2.5.1
  • radon ==2.2.0
  • rpy2 ==2.9.3
  • scipy ==1.1.0
  • tzlocal ==1.5.1
Dockerfile docker
  • ubuntu 16.04 build