Hi,
I put reference files in JAFFA-version-1.09.
In JAFFA_stages.groovy file,
*************Path to reference files************
genome="hg38"
annotation="genCode22"
however, to use hg19, I rewrote it as follows,
genome="hg19"
annotation="genCode19".
I ran Demo data on BTB474-demo. Trimmomatic completes, but at Stage get_unmmapped, it fails with the code below.
Cannot open for reading “1.0”
Sort: cannot read: BT474-demo_discordant_pairs
When I checked the inside of the created BT474-demo folder, the BT474-demo_discordant_pairs file was not created.