Open ZRE-Services opened 3 months ago
Sorry to say, but I do not think this is an issue with bowtie2
issue. Here is a thread of someone having the exact issue -- https://github.com/galaxyproject/galaxy/issues/12133. From the thread, it seems like the issue is with conda not quoting paths correctly.
that's definetly possible, thanks for looking into it!
Using a directory path with "@" in a Ubuntu system causes an error. The "@" symbol within perl config file Cofig_heavy.pl is interpreted as a variable instead of a part of the directory name.
For reasons out of my control, on our ubuntu system the user folders within the home directory are named according to the users email adress (e.g. "/home/bioinformatics@zymoresearch.de/") and therefore contain the symbol "@". When using bowtie2 in this environment, the perl config file Config_heavy.pl contains many directory paths that all start with "/home/bioinformatics@zymoresearch.de/". These paths are not correctly recognized as literal directory paths, but the contained "@" symbol seems to lead to the issue that "@zymoresearch" is recognized as a variable and not a string. Bowtie2 seems to use Config_heavy.pl in some way and this throws an error that does not occure when using other perl dependend programs (e.g. cpan). I first opened and issue at perl (link) but it seems to be an issue with bowtie2 and not with perl.
Please let me know if this is unclear still. I'll be happy to give futher details and to describe the workaround that i used to make things work for me
The path should be recognized correctly, and no error should occur.