-
Notifications
You must be signed in to change notification settings - Fork 20
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
EPACTS single --interval-list #22
Comments
After including the FileHandle package in the I have found that the This is the command line:
Can you tell me what regions BED file should cover and in what exact format it should be in? Thank you |
Can you provide the first few records in your BED file? |
Of course.
As I wrote - I have tried several options just to get it to run. Here BED covers the entire chromosomes - the sizes are compatible with the reference FASTA I am using. |
Hi @jonathonl! |
I suspect you need to use the |
Yes, I have tried with the |
Ok, I'll look into this further. It will likely take a few weeks for me to get to it though. Are you able to exclude options like this from your CWL workflow? I'm not sure how often it would actually be used. |
@jonathonl, yes, we'll exclude it for now. Thank you for looking into this. |
Hello, I am having trouble seting the --interval-list parameter for the
epacts single
function.In the documentation it is defined as "List of intervals as a unit to perform association in standard BED format (0-based-inclusive-start, 0-based-exclusive-end)", but all the string formats I have tried have resulted in the same error:
Can't locate object method "new" via package "FileHandle" (perhaps you forgot to load "FileHandle"?) at /usr/local/bin/epacts.pm line 653, <PED> line 659.
I have tried adding a BED file as well, and the same error persists.
Without this parameter, the
epacts single
finishes without any problems.The files I am using are the EPACTS test files and EPACTS version is v3.4.2.
Thank you for the help!
The text was updated successfully, but these errors were encountered: