-
Notifications
You must be signed in to change notification settings - Fork 18
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
Unable to set PATH for data #115
Comments
Hi, Thanks for giving it a go. For (1) PATH is not set by conda activate (unless you e.g. create a file in etc/conda/activate.d of the conda env directory which does this). This issue won't remain in the future when there is a proper bioconda package. For (2) this bug is fixed in the main branch and 1.0.0beta3, which I just pushed. Basically you need to specify
i.e. don't have the HTH, ben |
Hi Ben, I fixed the 1) problem manually by transferring files to conda environment and it was worked. BTW I am running this on nanopore reads. I am using the " singlem pipe --sequences" option. I guess I am doing right. If not please let me know. Thanks, |
Glad the first 2 issues went away. I've not really tested singlem on nanopore datasets, so your mileage may vary. I suspect it might work OK but keen to see if e.g. the profiles from nanopore roughly match the profiles from Illumina sequencing. There's certainly a number of improvements that I can think of that might be suitable. One thing you might want to try is Let me know how you go, if you don't mind? Thanks, |
Hi Ben, Thanks for the suggestions. I already tested these reads on EPI2ME. You are correct the mileage is low. I tried I am getting these messages on screen after running the option hmmsearch
Do you did it change anything from the default run options? Thanks, |
Hi, That output looks right, though I cannot tell from it how many reads are being picked up. Of course, if there is near-zero microbial reads then community profiling isn't really possible. Thanks for keeping me up to date. When you say
What does that mean? Not good taxonomic assignment or not good number of reads included? Thanks, ben |
Hi Ben, What I meant to say is from default settings I got the otu-table with 90 data points while with the hmmsearch option, I got 77 data points in the csv file. The taxonomic assignment is same in both files and almost similar to Nanopre's EPI2ME pipeline, as the sample got 99.9% host DNA reads. It was expected. Thanks, |
Thanks for letting me know. I actually find those results a bit surprising. I would have thought you'd get more data points in the hmmsearch option. Would you mind please running without the hmmsearch option but using Thanks, ben |
Hi Ben, Yeah sure. I am running it now. Here I attached the result file. Do you need me to send the initial raw reads as well? Thanks, Tulasi |
Hi,
Just the archives is fine I reckon. Thanks
…________________________________
From: Tulasi_Rao ***@***.***>
Sent: Saturday, December 3, 2022 2:49:38 AM
To: wwood/singlem ***@***.***>
Cc: Ben J Woodcroft ***@***.***>; Comment ***@***.***>
Subject: Re: [wwood/singlem] Unable to set PATH for data (Issue #115)
Hi Ben,
Yeah sure. I am running it now. I will send you the archived files. Do you need me to send the initial raw reads as well?
We have 10 GB data for each barcode. If you like that also. I will share with you on our lamella cloud.
Thanks,
Tulasi
—
Reply to this email directly, view it on GitHub<#115 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAADX5CK6H52EUFMMRS3RV3WLISCFANCNFSM6AAAAAASO7ZWXM>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Thanks Ben |
I had a similar issue AND I'm also running Nanopore reads so I am very interested in any potential outcomes that may have been resolved here. |
Hi
I am trying to install singlem in our local system with conda environment. I am having two issues
conda activate singlem
cd bin
export PATH=$PWD:$PATH
singlem -h
It works well and displays scripts options
but after deactivating conda environment and re-activating conda environment
the singlem -h displays
"singlem command not found
after
singlem data --output-directory /tmp/dbs
then adding path to ~/.bashrc
export SINGLEM_METAPACKAGE_PATH='/tmp/dbs/S3.0.5.metapackage20220806.smpkg.zb/payload_directory'
when I am running
singlem data --verify-only
The following error pops up
11/29/2022 04:32:07 PM INFO: SingleM v1.0.0beta2
11/29/2022 04:32:07 PM INFO: Acquiring SingleM packages from environment variable
11/29/2022 04:32:07 PM INFO: Retrieval successful. Location of backpack is: /tmp/dbs/S3.0.5.metapackage20220806.smpkg.zb/payload_directory
Traceback (most recent call last):
File "/home/swmed.org/s212810/miniconda3/envs/singlem/bin/singlem", line 1084, in
Metapackage.verify(output_directory = args.output_directory)
File "/home/swmed.org/s212810/miniconda3/envs/singlem/bin/../singlem/metapackage.py", line 133, in verify
backpack = zenodo_backpack.acquire(env_var_name=DATA_ENVIRONMENT_VARIABLE, version=DATA_DEFAULT_VERSION)
File "/home/swmed.org/s212810/miniconda3/envs/singlem/lib/python3.9/site-packages/zenodo_backpack/init.py", line 121, in acquire
if version != zb.data_version_string():
File "/home/swmed.org/s212810/miniconda3/envs/singlem/lib/python3.9/site-packages/zenodo_backpack/init.py", line 71, in data_version_string
return self.contents[DATA_VERSION]
KeyError: 'data_version'
Please help me with this
Thanks,
Tulasi
The text was updated successfully, but these errors were encountered: