Entering edit mode
6.7 years ago
marongiu.luigi
▴
730
Dear all,
I would like to use ART to simulate Illumina reads from selected sequences. I downloaded the binaries for Linux 64 bit and tried on a small genome (Human Papillomavirus, HPV). I followed the instruction included in the bundle but I did not get any results:
$ art_illumina -ss HS20 -i ./hpv.fa -o ./paired_end_sep -l 100 -f 10 -p -m 500 -s 10 -sp -sam
====================ART====================
ART_Illumina (2008-2016)
Q Version 2.5.8 (June 7, 2016)
Contact: Weichun Huang <whduke@gmail.com>
-------------------------------------------
the file: ./hpv.fa can not be opened
$ ls
hvp.fa paired_end_sep1.aln paired_end_sep.sam paired_end_sep1.fq
$ head paired_end_sep1.fq
$ head paired_end_sep.sam
$
Could you tell me what went wrong?
Thank you.
PS: I contacted Weichun Huang but so far no answer.
Isn't the error clear?
not really, the file is in the folder, I can open it with
cat
or with an editor. Why art cannot?