From 8392895123b0cd4b99f3d236d3077df66ee7afbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Flor=C3=A9al=20Cabanettes?= <floreal.cabanettes@inra.fr> Date: Mon, 27 Mar 2017 14:22:10 +0200 Subject: [PATCH] Add limitations and external programs paragraphes --- README | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README b/README index b4b5171..82a0d7a 100644 --- a/README +++ b/README @@ -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 -- GitLab