-
Notifications
You must be signed in to change notification settings - Fork 81
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
sqm2tables.py - All fixes in one place :-) #416
Comments
Great, thanks for compiling this! :) |
Thank you for squeezemeta! You have done a lot for the research community!
…On Thu, 20 Jan 2022, 8:20 pm Fernando Puente-Sánchez, < ***@***.***> wrote:
Great, thanks for compiling this! :)
—
Reply to this email directly, view it on GitHub
<#416 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANITBGQ43UUTSAWJ2AE56MTUW7LHLANCNFSM5MMC6X5A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
If you are trying to run If this is the case, make sure you run Find more details in |
... and note that you also have |
did you rename your SqueezeMeta_conf.pl files? |
yes, you should be using the SQMtools version that was shipped with SqueezeMeta v1.5 |
Not an issue - i had a couple of problems and found this data in separate places. Adding here for the next person who needs it.
If you have run SqueezeMeta on a HPC and are now working with the results locally...
Fix SqueezeMeta sqm2tables.py issue:
In the file in the analysis folder - SqueezeMeta_conf.pl - Change path to results folder and db to match your install and db locations
$installpath = "/home/harbj019/miniconda3/envs/newsqueezemeta/SqueezeMeta";
$databasepath = "/home/harbj019/dbs/db";
If you have upgraded your SqueezeMeta Install to a later version (after 1.2) and want to work with
data from a version 1.2 or earlier:
Fix SqueezeMeta sqm2tables.py issue:
In the file in the analysis folder - SqueezeMeta_conf.pl -
below line 55 add:
$mappingstat = "$resultpath/10.$projectname.mappingstat";
Run step 9 again (perl 09.summarycontigs3.pl /path/to/your/project). (use full path)
Remove the /path/to/your/project/results/tables, if present.
Save and run sqm2tables again.
sqm2tables.py /<project> /<projectname>/table
The text was updated successfully, but these errors were encountered: