-
Notifications
You must be signed in to change notification settings - Fork 7
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
Issue with mamba #7
Comments
Dear Ramkyeri, Best, Kevin |
Dear Kevin, Many thanks for your reply. I tried both conda and mamba, but both had issue with following error The following specifications were found to be incompatible with each other: Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system: feature:/linux-64::__glibc==2.31=0 However, I have installed the package using this command "conda create -y -c conda-forge -c bioconda -c derkevinriehl -p transposon_annotation_tools_env/ python=2.7 mamba conda genometools-genometools transposon_annotation_toolsd1000 transposon_annotation_tools_transposonpsicli transposon_annotation_tools_mitetracker transposon_annotation_tools_helitronscanner transposon_annotation_tools_mitefinderii transposon_annotation_tools_mustv2 transposon_annotation_tools_sinefinder transposon_annotation_tools_sinescan=1.1.2 transposon_annotation_reasonate" I hope that command will run without error, or I am planning to use docker. Still I need to install "RepeatMasker" and "RepeatModeler, but it is not eassy. with regards |
Ah okay, great to hear you made some progress :-) Yes, I agree, it is really not easy to deal with all the different software packages on linux and different environments. Looking forward to hear from any further steps towards to success, |
Dear Kevin, I checked yml file, you did not include RepeatMasker" and "RepeatModeler. I thought that it will available in docker. |
Dear Kevin, could I use this one "https://github.com/Dfam-consortium/TETools" to run RepeatMasker" and "RepeatModeler. |
Dear Kevin, what is the running time for the demo file, reasonaTE runs with your demo file for more than 48 hours. |
Dear Ramkyeri, Could you please be more specific and tell us which step takes so long / you are at? Best regards, Kevin |
Dear Ramkyeri, you can find the outputfiles and their meanings in the documentation of reasonaTE As you can see in the standard of GFF https://en.wikipedia.org/wiki/General_feature_format you find which column means what. |
Dear Kevin thank you so much for your kind reply. with regards |
Dear Kevin, I am also confused with PipelineAnnotations and ToolAnnotations. Introduction The outputs of the pipeline consist of mainly two parts: Tool Annotations = merging the annotations by annotation software tools Your software is a kind pipeline. Could you give me some suggestion. with regards |
Hi Ramkyeri, Pipeline Annotations = our algorithm / software we developed. our software combines the findings of the many different tool annoations, and additional applies logic to find furtehr annotations. So if you are just interested in the final results of reasonaTE, you can use the pipeline annotations. |
Dear Kevin, many thanks for your kind reply. I need GFF file. like developed from RepeatMasker and RepeatModeler. Thank you with regards |
Hello Ramkeyri, Should look like that with the same file names after copying. Best, Kevin |
Then I recommend you go in the folder "finalResults" and take "FinalAnnotations_Transposons.gff3" which is similar file type like RepeatModeler and RepeatMasker produce Best, Kevin |
Dear Kevin, Thank you so much for your kind reply. I understood how to use TransposonUltimate (mainly reasona TE and deTEct). It is a great tool. Still I have issue with RepeatModeler and RepeatMasker. I am checking both tools in docker environement. I will update you. with regards |
Dear Kevin Riehl,
I have the issue, both conda and mamba have issue with my system.
As you mentioned I used 2.7, but it shows conflict
The text was updated successfully, but these errors were encountered: