Skip to content
Snippets Groups Projects
Commit 83928951 authored by Floreal Cabanettes's avatar Floreal Cabanettes
Browse files

Add limitations and external programs paragraphes

parent 91a36e75
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,15 @@ cd pirs
make
################
# Requirements #
################
- Python 2
- Python 3
- BioPython for Python3
################
# How to use ? #
################
......@@ -61,4 +70,21 @@ We use SVsim to generate positions of SVs. https://github.com/GregoryFaust/SVsim
In the output directory there are:
- A vcf file (genotypes.vcf) that list for each SV their position and the genotype for each individual
- For each individual, 2 fastq files of the paired end reads (INDIV_%d_100_180_(1|2).fq.gz)
\ No newline at end of file
- For each individual, 2 fastq files of the paired end reads (INDIV_%d_100_180_(1|2).fq.gz)
###############
# Limitations #
###############
As pirs works only on Intel CPUs, this software is only compatible with Intel. Tested and failed on AMD CPUs.
######################
# External softwares #
######################
This software use several external programs:
- SVsim (included): https://github.com/GregoryFaust/SVsim
- pirs (included): https://github.com/galaxy001/pirs
- SeqIO from BioPython: http://biopython.org/wiki/SeqIO
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment