Genome Instability Pipeline¶
GIP also enables giptools, a tool-suite allowing to Detect, Compare and Visualize
Aneuploidy changes
Gene copy number variants (CNVs)
Single nucleotide variants (SNVs)
Structural variants (SVs)
Look how easy it is to use.
Run GIP on a large set of input WGS experiments (e.g. 200 samples)
gip --genome fasta.file --annotation gtf.file --index fastqs.tsv -c gip.config
Compare the genomic bin CNVs in 2 specific isolates
giptools binCNV --samples ZK43 LIPA83
Visualize SNV frequency together with sequencing depth in 3 isolates
giptools SNV --samples LIPA83 ZK28 ZK5 --showCoverage
Features¶
Scalable workflow implemented in Nextflow
Reproducible thanks to the Singularity support
Easy-to-use and easy-to-install
Support for multi-copy gene clusters
Custom comparison of samples sub-sets
Publication quality figures and excel tables
Generally applicable both to model and non-model species
Requirements¶
Singularity 3.6.4
Nextflow 20.10.0.5430
These are the specific versions that were tested. Use other versions at your own risk.
Installation¶
Download GIP
git clone https://github.com/giovannibussotti/GIP.gitPull the container
singularity pull giptools library://giovannibussotti/default/giptoolsMove giptools to /usr/local/bin/. If the user does not have permission on the folder she/he can keep giptools in any other location, and just update the “container” parameter in the gip.config:
container='/Path/To/giptools'
Contribute¶
Source Code: https://github.com/giovannibussotti/GIP
Discussions: https://github.com/giovannibussotti/GIP/discussions
Support¶
If you are having issues, please let us know.
Issue Tracker: https://github.com/giovannibussotti/GIP/issues
License¶
GIP and giptools are free software licensed under the GNU General Public License version 3. Third parties software and scripts installed in giptools have their own copyright and license. A list is provided in the next page of this documentation. Users of gip and giptools must take notice and agree with the terms and conditions of all third party software.
Copyright¶
Copyright (c) 2021 Institut Pasteur