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

no ouput #2

Closed
rob123king opened this issue Oct 22, 2018 · 3 comments
Closed

no ouput #2

rob123king opened this issue Oct 22, 2018 · 3 comments

Comments

@rob123king
Copy link

gunzip -c reads.sorted.txt.gz | tr NT TN | ropebwt2 -LR | tr NT TN | msbwt convert /path/to/output/msbwt

This command does not produce any output file or folder when I try it. Is the tr NT TN command use twice correct?

@holtjma
Copy link
Owner

holtjma commented Oct 22, 2018

Yes, you should use the command twice if you're using ropebwt2.

Did the basic example command work? (i.e. echo -e "T\$CAA" | msbwt convert ./local_test) That should create a small one in a local_test directory.

@rob123king
Copy link
Author

That worked fine. I've produced the command
gunzip -c reads.sorted.txt.gz | tr NT TN | ropebwt2 -LR | tr NT TN > out.txt
Now trying
cat out.txt | msbwt convert ./msbwt_test

and this worked, maybe without the ./ I was having problems but seems like worked fine. Thanks

@holtjma
Copy link
Owner

holtjma commented Oct 23, 2018

Yea, I've had issues on some systems when a './' or full path isn't present. Glad you got it worked out!

@holtjma holtjma closed this as completed Oct 23, 2018
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

2 participants