All Projects → virtool → virtool

virtool / virtool

Licence: MIT license
Viral infection diagnostics using next-generation sequencing

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to virtool

verrou
floating-point errors checker
Stars: ✭ 39 (+8.33%)
Mutual labels:  diagnostics
Gu.Roslyn.Asserts
Asserts for testing Roslyn analyzers.
Stars: ✭ 18 (-50%)
Mutual labels:  diagnostics
Management
Management Endpoints used to allow insight into your applications
Stars: ✭ 31 (-13.89%)
Mutual labels:  diagnostics
mp
Hybrid music player
Stars: ✭ 12 (-66.67%)
Mutual labels:  web-app
Pastebin
Modern pastebin written in golang
Stars: ✭ 111 (+208.33%)
Mutual labels:  web-app
LoIDE
Web-based IDE for Logic Programming
Stars: ✭ 21 (-41.67%)
Mutual labels:  web-app
Imagery-Apps
Example JavaScript source code for ArcGIS imagery apps (Landsat Explorer and Sentinel Explorer) that you can expand or customize.
Stars: ✭ 24 (-33.33%)
Mutual labels:  web-app
kaltura-device-info-android
Kaltura Device Info
Stars: ✭ 26 (-27.78%)
Mutual labels:  diagnostics
dominion-card-generator
a web-app to generate mockups of fan-cards for the card game dominion easily
Stars: ✭ 20 (-44.44%)
Mutual labels:  web-app
Jovian
Metagenomics/viromics pipeline that focuses on automation, user-friendliness and a clear audit trail. Jovian aims to empower classical biologists and wet-lab personnel to do metagenomics/viromics analyses themselves, without bioinformatics expertise.
Stars: ✭ 14 (-61.11%)
Mutual labels:  diagnostics
AtCoderClans
【非公式】AtCoderがもっと楽しくなるリンク集です。有志による非公式サービス・ツール・ライブラリ・記事などをまとめています。
Stars: ✭ 74 (+105.56%)
Mutual labels:  web-app
ocsigen-start
Ocsigen-start: an Eliom application skeleton ready to use to build your own application with users, (pre)registration, notifications, etc.
Stars: ✭ 70 (+94.44%)
Mutual labels:  web-app
streamlit-project
This repository provides a simple deployment-ready project layout for a Streamlit app. Simply swap out the code in `app.py` for your own and hit deploy!
Stars: ✭ 33 (-8.33%)
Mutual labels:  web-app
EasyNotes
Apps notes for Windows, iOS and Android with P2P sync / Приложения заметок для Windows, iOS и Android, с P2P синхронизацией
Stars: ✭ 33 (-8.33%)
Mutual labels:  web-app
yakut
Simple CLI tool for diagnostics and debugging of Cyphal networks
Stars: ✭ 29 (-19.44%)
Mutual labels:  diagnostics
kikder-dating-swipe-app
❤️ Kik App, you know? 💑 Kikder™ is a dating webapp that integrates the Kik, uses the HorOrNot game and the Tinder swipe. The F.A.S.T. Game Approach! The web app uses a custom lightweight MVC framework.
Stars: ✭ 21 (-41.67%)
Mutual labels:  web-app
tcloud-heroku
File sharing and torrent downloading
Stars: ✭ 24 (-33.33%)
Mutual labels:  web-app
Sudoku
The classic game in its brand new, modern shape. Badges, points & leaderboards included.
Stars: ✭ 13 (-63.89%)
Mutual labels:  web-app
binnit
minimal no-fuss pastebin service clone in golang
Stars: ✭ 27 (-25%)
Mutual labels:  web-app
peeps-generator
Build and customize your open peeps illustrations right away!
Stars: ✭ 32 (-11.11%)
Mutual labels:  web-app

Virtool

Virtool is a web-based application for diagnosing pathogen infections using high-throughput sequencing.

ci

Website: https://www.virtool.ca Gitter: https://gitter.im/virtool

Getting Started

See the Virtool documentation to get started with the latest version of Virtool 4.0.0.

About Versions

Virtool is currently undergoing a major transformation into a cloud-native application. This will mean Virtool can scale work across multiple hosts and run natively in Kubernetes and public cloud providers.

For current users and administrators:

  1. Virtool 4.0.0 series should be used for now.
  2. Virtool 4.0.0 series will continue to receive bug and security fixes for the forseeable future.
  3. Virtool 5.0.0 will comprise multiple containerized services that need to run together. A deployment and migration guide will be provided.

Contributing

Commits

All commits must follow the Conventional Commits specification.

These standardized commit messages are used to automatically publish releases using semantic-release after commits are merged to main from successful PRs.

Example

feat: add API support for assigning labels to existing samples

Descriptive bodies and footers are required where necessary to describe the impact of the commit. Use bullets where appropriate.

Additional Requirements

  1. Write in the imperative. For example, "fix bug", not "fixed bug" or "fixes bug".
  2. Don't refer to issues or code reviews. For example, don't write something like this: "make style changes requested in review". Instead, "update styles to improve accessibility".
  3. Commits are not your personal journal. For example, don't write something like this: "got server running again" or "oops. fixed my code smell".

From Tim Pope: A Note About Git Commit Messages

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].