All Projects → apietrelli → myVCF

apietrelli / myVCF

Licence: other
myVCF: a web-based platform for target and exome mutations data management

Programming Languages

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

Projects that are alternatives of or similar to myVCF

SVCollector
Method to optimally select samples for validation and resequencing
Stars: ✭ 20 (+11.11%)
Mutual labels:  ngs, ngstools
STing
Ultrafast sequence typing and gene detection from NGS raw reads
Stars: ✭ 15 (-16.67%)
Mutual labels:  ngs
recentrifuge
Recentrifuge: robust comparative analysis and contamination removal for metagenomics
Stars: ✭ 79 (+338.89%)
Mutual labels:  ngs
rnftools
RNF framework for NGS: simulation of reads, evaluation of mappers, conversion of RNF-compliant data.
Stars: ✭ 14 (-22.22%)
Mutual labels:  ngs
rvtests
Rare variant test software for next generation sequencing data
Stars: ✭ 114 (+533.33%)
Mutual labels:  ngs
grape-nf
An automated RNA-seq pipeline using Nextflow
Stars: ✭ 30 (+66.67%)
Mutual labels:  ngs
Htsjdk
A Java API for high-throughput sequencing data (HTS) formats.
Stars: ✭ 220 (+1122.22%)
Mutual labels:  ngs
ngs pipeline
Exome/Capture/RNASeq Pipeline Implementation using snakemake
Stars: ✭ 40 (+122.22%)
Mutual labels:  ngs
CliqueSNV
No description or website provided.
Stars: ✭ 13 (-27.78%)
Mutual labels:  ngs
ngs-in-bioc
A course on Analysing Next Generation (/High Throughput etc..) Sequencing data using Bioconductor
Stars: ✭ 37 (+105.56%)
Mutual labels:  ngs
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 (-22.22%)
Mutual labels:  ngs
ngs-test-data
A workflow for creating small NGS test data sets, useful for continuous integration.
Stars: ✭ 19 (+5.56%)
Mutual labels:  ngs
Circle-Map
A method for circular DNA detection based on probabilistic mapping of ultrashort reads
Stars: ✭ 45 (+150%)
Mutual labels:  ngs
MGSE
Mapping-based Genome Size Estimation (MGSE) performs an estimation of a genome size based on a read mapping to an existing genome sequence assembly.
Stars: ✭ 22 (+22.22%)
Mutual labels:  ngs
ngs-preprocess
A pipeline for preprocessing NGS data from Illumina, Nanopore and PacBio technologies
Stars: ✭ 22 (+22.22%)
Mutual labels:  ngs
Snakepipes
Customizable workflows based on snakemake and python for the analysis of NGS data
Stars: ✭ 226 (+1155.56%)
Mutual labels:  ngs
ORNA
Fast in-silico normalization algorithm for NGS data
Stars: ✭ 21 (+16.67%)
Mutual labels:  ngstools
bac-genomics-scripts
Collection of scripts for bacterial genomics
Stars: ✭ 39 (+116.67%)
Mutual labels:  ngs
disq
A library for manipulating bioinformatics sequencing formats in Apache Spark
Stars: ✭ 29 (+61.11%)
Mutual labels:  ngs
needlestack
Multi-sample somatic variant caller
Stars: ✭ 45 (+150%)
Mutual labels:  ngs

DOI

myVCF: web-based platform for NGS data analysis management

Welcome to myVCF project page.

What is this repository for?

myVCF is a user-friendly platform that helps end-users, without programming skills, to analyze and visualize mutations data to guide strategies for further downstream analysis.

Do you want to try with your own data?

Download the myVCF package or clone the Github project - http://github.com/apietrelli/myVCF/

How do I get set up?

Quick start-up with GUI

  • Open myVCF directory

  • Double-Click to open myVCF GUI

    • myVCF_GUI.py for Windows
    • myVCF_launcher for MAC and Linux
  • Install the packages necessary to run the application by clicking on "Install Packages"

  • Click on "Run myVCF" from the GUI menu

  • It will open a browser with myVCF homepage!

Quick start-up on Terminal

# Clone myVCF GitHub project
git clone https://github.com/apietrelli/myVCF.git

# Enter into myVCF directory
cd myVCF

# Run the server
python manage.py runserver

> Performing system checks...
> System check identified no issues (0 silenced).
> December 05, 2016 - 17:30:09
> Django version 1.8.4, using settings 'myVCF_django.settings'
> Starting development server at http://127.0.0.1:8000/
> Quit the server with CONTROL-C.

Open the internet browser and go to http://localhost:8000/

Where I can find the documentation?

You will find further instructions for installation and setup at http://myvcf.readthedocs.io/

Who do I talk to?

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

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].