-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi
I am trying to run the test on the fastq files contained in the validationDataSet/Data folder following your instructions but I get the following error after processing of clone1-4
(...)
sample clone1-4
barcoded 104
LTRed 92
linkered 102
ltredlinkered 90
[1] TRUE
mustOpen: Can't open NA.2bit to read: No such file or directory
[1] TRUE
Error in strsplit(alignFile, "/")[[1]] : subscript out of bounds
Calls: alignSeqs
Execution halted
processingParams.tsv are as follows
qualityThreshold badQualityBases qualitySlidingWindow mingDNA minPctIdent maxAlignStart maxFragLength refGenome
? 5 10 30 95 5 2500 hg18
Genome hg18 is installed properly and hg18.2bit is generated as well
(tried also changing to hg19. Same error)
Can you help?