项目作者: fritzsedlazeck

项目描述 :
Toolset for SV simulation, comparison and filtering
高级语言: C++
项目地址: git://github.com/fritzsedlazeck/SURVIVOR.git
创建时间: 2015-10-27T14:55:45Z
项目社区:https://github.com/fritzsedlazeck/SURVIVOR

开源协议:MIT License

下载


SURVIVOR

SURVIVOR is a tool set for simulating/evaluating SVs, merging and comparing SVs within and among samples, and includes various methods to reformat or summarize SVs.

Please see our github wiki for more information (https://github.com/fritzsedlazeck/SURVIVOR/wiki )


Cite:

If you use it in your study please cite:

Transient structural variations have strong effects on quantitative traits and reproductive isolation in fission yeast.
Jeffares, Daniel C; Jolly, Clemency; Hoti, Mimoza; Speed, Doug; Shaw, Liam; Rallis, Charalampos; Balloux, Francois; Dessimoz, Christophe; Bähler, Jürg; Sedlazeck, Fritz J.
Nature communications, Vol. 8, 14061, 24.01.2017, p. 1-11. DOI:10.1038/NCOMMS14061


INSTALL:

Download SURVIVOR:

  1. git clone https://github.com/fritzsedlazeck/SURVIVOR.git
  2. cd SURVIVOR/Debug
  3. make

USAGE:

  1. ./SURVIVOR ID

to see the individual parameters for each option.

choose the ID from these options:

  1. Program: SURVIVOR (Tools for Structural Variations in the VCF format)
  2. Version: 1.0.3
  3. Usage: SURVIVOR <command> [options]
  4. Commands:
  5. -- Simulation/ Evaluation
  6. simSV Simulates SVs and SNPs on a reference genome.
  7. scanreads Obtain error profiles form mapped reads for simulation.
  8. simreads Simulates long reads (Pacio or ONT).
  9. eval Evaluates a VCF file after SV calling over simulated data.
  10. -- Comparison/filtering
  11. merge Compare or merge VCF files to generate a consensus or multi sample vcf files.
  12. filter Filter a vcf file based on size and/or regions to ignore
  13. stats Report multipe stats over a VCF file
  14. compMUMMer Annotates a VCF file with the breakpoints found with MUMMer (Show-diff).
  15. -- Conversion
  16. bincov Bins coverage vector to a bed file to filter SVs in low MQ regions
  17. vcftobed Converts a VCF file to a bed file
  18. bedtovcf Converts a bed file to a VCF file
  19. smaptovcf Converts the smap file to a VCF file (beta version)
  20. bedpetovcf Converts a bedpe file ot a VCF file (beta version)
  21. hapcuttovcf Converts the Hapcut2 final file to a VCF file using the original SNP file provided to Hapcut2
  22. convertAssemblytics Converts Assemblytics to a VCF file

```


CONTACT:

If you have questions or encounter a problem please contact:
fritz.sedlazeck@gmail.com