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

Incorrect program call? #161

Closed
jsharbrough opened this issue Jun 9, 2023 · 6 comments
Closed

Incorrect program call? #161

jsharbrough opened this issue Jun 9, 2023 · 6 comments

Comments

@jsharbrough
Copy link

Hello,

I am trying to use long reads to scaffold my HiFi contigs (i.e., arcs-make arcs-long), but I'm getting an error when I try to call the menu of the arcs-make tool. Namely, it appears that if I just call arcs-make, the correct program is being called, but if I type:

arcs-make -h

Then I pull up the help menu for the make program. Same thing happens if I try to run the full program:

arcs-make arcs-long draft=contigs.fasta reads=reads.fastq.gz z=1000

I am able to pull up the menu for the arcs function without issue.

Sorry for what I'm sure is a dumb question. Thanks for any help.

Joel

@lcoombe
Copy link
Member

lcoombe commented Jun 9, 2023

Hi @jsharbrough,

So arcs-make is a Makefile, which just means that if you specify options like -h, it will bring up the make help page instead of the right help page for arcs. If you want to get the help page for arcs, you can run arcs-make help, and you should get all the information!

Also, take a look at this section of the README, which has some examples of proper command formats. For example, you don't include the file extensions in specifying the draft and reads: https://github.com/bcgsc/arcs#running-arcs-with-long-reads---arcs-long-mode-

I hope that helps - let me know if you have any other questions.
Thank you for your interest in ARCS!
Lauren

@jsharbrough
Copy link
Author

Ah great, thank you. That worked. I am still unable to get the program to run properly (empty cut250 fastq), but I am at least able to see the help menu. I'll keep cracking. I think it might have something to do with the read names...

@lcoombe
Copy link
Member

lcoombe commented Jun 12, 2023

Glad that worked! If you keep having issues, feel free to post your command and log, and I can try to help you out.
If you haven't already, I also recommend running one of our 'demo' runs (https://github.com/bcgsc/arcs/tree/master/Examples) - that can just help to both show you some more example commands and ensure that your installation is working correctly.

@jsharbrough
Copy link
Author

I did try the demo run, and that also failed to produce the cut250 fastq, so there must be a problem with my installation. Has anybody come across this before? I didn't see anything in the closed issues.

My plan is to start fresh with a new conda environment, but if you have other install tips and tricks, I would greatly appreciate them.

Thanks!

@lcoombe
Copy link
Member

lcoombe commented Jun 14, 2023

No, that isn't a problem that I recall coming up previously, and it's hard for me to say where things went wrong without seeing the log - would you be willing to share the standard out/error from the demo run with me? I might be able to help better after seeing that. Other info like the arcs version, etc. would help as well. It is possible that if you have an older version installed with conda that could cause some issues.

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you for your interest in ARCS!

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

No branches or pull requests

2 participants