Thank you so much. I am trying to do haplotype analysis using Cypiripi, and can you/anyone please teach me how to create the following files in order to run Cypiripi as I have difficulties to move forward after reading the paper?
In order to run the tool, I need to use the code as below.
python cypiripi.py --fasta reference --fastq [mygenome.fastq] --cov [coverage]
So, I think I need to create the files as below.
- fasta reference -- should I use the "reference.combined.align" which was packaged together? So I do not need to create something new?
- fastq is your interleaved and paired .fastq file -- Is it possible to use the files that were used for GWAS?
- cov -- So if my patients are 1500, can I just write as --cov 1500?
- If my samples are 1500 or so, can I just start from "2" of "How to run Cypiripi on large samples"? During the process, could I make sam files?
Thank you so much for your help!