You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
:
I am trying to parse mouse haplotypes but I am confronted by this error:
library(harp)
f <- file("*.fastq")
ref1 <- "/path/to/C57BL_6NJ"
ref2 <- "/path/to/CAST_EiJ"
harp( f, index1prefix=ref1, index2prefix=ref2 )
Error in removeext(fastqFiles1) : could not find function "removeext"
any idea what i'm doing wrong?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
:
I am trying to parse mouse haplotypes but I am confronted by this error:
library(harp)
any idea what i'm doing wrong?
Thanks
The text was updated successfully, but these errors were encountered: