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

tigmint-make tigmint error #44

Closed
wjj666 opened this issue Dec 9, 2020 · 2 comments
Closed

tigmint-make tigmint error #44

wjj666 opened this issue Dec 9, 2020 · 2 comments
Assignees

Comments

@wjj666
Copy link

wjj666 commented Dec 9, 2020

Hello, I run this command:
tigmint-make tigmint draft=/ontas_racon1_pilon1 reads=/10x

The error information is:
make: *** No rule to make target '/ontas_racon1_pilon1./10x.as0.65.nm5.molecule.size2000.trim0.window1000.span20.breaktigs.fa', needed by 'tigmint'. Stop.

Could you please tell me how to solve this problem? Thank you very much.

@lcoombe
Copy link
Member

lcoombe commented Dec 9, 2020

Hello @wjj666,

I'm assuming your reads are named 10x.fq.gz and the draft ontas_racon1_pilon1.fa?
If so, you need to take out those spare slashes that you have in the command, which sort of look like a file path:

tigmint-make tigmint draft=ontas_racon1_pilon1 reads=10x

Ensure that the draft and reads files are in the current working directory, and make soft-links to achieve that if neccessary.

Hope that helps - Thank you for your interest in Tigmint!
Lauren

@lcoombe lcoombe self-assigned this Dec 9, 2020
@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 Tigmint!

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