Socket
Socket
Sign inDemoInstall

EMBL2checklists

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

EMBL2checklists

Converts EMBL- or GenBank-formatted flatfiles to submission checklists (i.e., tab-separated spreadsheets) for submission to ENA via the interactive Webin submission system


Maintainers
1

EMBL2checklists

Build Status Build Status PyPI status PyPI pyversions PyPI version shields.io PyPI license

EMBL2checklists converts EMBL- or GenBank-formatted flat files to submission-ready checklists (i.e., tab-separated spreadsheets) for submission to ENA via the interactive Webin submission system.

INPUT, OUTPUT AND PREREQUISITES

  • Input: EMBL- or GenBank-formatted flatfile
  • Output: tab-separated spreadsheet ("checklist")
  • Prerequisites: Input flatfiles must have the DNA marker name (e.g., "matK", "ITS") as qualifier value for any of the defined key_features ("gene", "note", "product" or "standard_name").

EXAMPLE USAGE

On Linux / MacOS

Commandline Interface
$ EMBL2checklists_CLI \
    -i example/input/example_trnK_matK.embl \
    -o example/temp/example_trnK_matK.tsv \
    -c trnK_matK \
    -e no
GUI Interface
$ EMBL2checklists_GUI

On Windows

GUI Interface

Simply double-click the file EMBL2checklist_GUI.exe as generated during the installation (see below).

INSTALLATION

First, please be sure to have Python 2.7 installed on your system. Then:

To get the most recent stable version of EMBL2checklists, run:

$ pip2 install EMBL2checklists

Or, alternatively, if you want to get the latest development version of EMBL2checklists, run:

$ pip install git+https://github.com/michaelgruenstaeudl/EMBL2checklists.git

CHANGELOG

See CHANGELOG.md for a list of recent changes to the software.

Keywords

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