Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in removeext(fastqFiles1) : could not find function "removeext" #3

Open
jah000 opened this issue Feb 24, 2022 · 0 comments
Open

Comments

@jah000
Copy link

jah000 commented Feb 24, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant