Closed elayton13 closed 1 year ago
Dear Elayton, this files are part of this repositorie and you can see on the site: https://github.com/tillrobin/iMGMC/tree/master/PICRUSt
Best Till
Hi Till
Thanks for the quick reply, sorry I missed that. I am still having some issues with missing files and packages, please see some of the error message below:
./iMGMC-PICRUSt.bash /home/emma/iMGMC/run2_feature.biom /home/emma/iMGMC/run2_sequences.fasta
/home/emma/iMGMC
mkdir: cannot create directory ‘run2_feature’: File exists
Traceback (most recent call last):
File "/home/emma/anaconda3/envs/iMGMC-PICRUSt/bin/pynast", line 194, in
Is the iMGC-16S-alignment.fasta supposed to be the iMGMC-16SrRNA-alignment.fasta? I have tried downloading uclust from the website, copying it to my directory and making it executable, but it seems there is still an issue with this. Any advice on this would be appreciated
Best wishes Emma
Hi Emma,
The best would be to clone the full repository or download the full zip. Change to the folder
Best Till
Hi Till,
I'm still getting the same error message even after cloning the repository. Any ideas on what I could try next? Do you expect the issue is to do with the pynast / uclust installs?
Best wishes Emma
Hi Emma, PyNAST was not updated since 2018, that problem is maybe the newer Python version. Try to rebuild the enviroment with old Python 2.7: conda create -n iMGMC-PICRUSt -c bioconda picrust pynast fasttree python=2.7
Hope this will help.
Best Till
Hi Till,
Tried this but still the same issue, do you have any other suggestions please?
Thanks Emma
Dear Emma, I checked again. The problem is the depending of pynast to uclust executable, but it's no longer available, see: executable uclust
Please get in direct contact with me: https://www.helmholtz-hzi.de/en/nc/service/contact/person/till-robin-lesker/
Best Till
Hello,
I am trying to use iMGMC for picrust analysis using the following code:
conda create -n iMGMC-PICRUSt -c bioconda picrust pynast fasttree ./iMGMC-PICRUSt.bash run2_feature.biom run2_sequences.fasta
As detailed in the picrust information page. But it seems I am missing a number of required files such as: iMGMC-CopyNr-16SrRNA.tab iMGMC-KO_traits.tab along with a number of other traits files
I can't seem to find these files as part of the downloads on here - am I supposed to generate these somehow?
Thanks for your advice