TCP-Lab / transportome_profiler

Code to profile the expression of the transportome
GNU General Public License v3.0
0 stars 0 forks source link

Bad hardcoded output path in `metasample.py` #26

Closed Feat-FeAR closed 9 months ago

Feat-FeAR commented 9 months ago

A just-a-little-too-absolute path prevents metasample from working on computers other than the developer's.

See metasample.py @ line 199:

temp = Path("/home/hedmad/temp_metasample")

Can't we use the /tmp folder instead? It should be always accessible and writable by everyone...

MrHedmad commented 9 months ago

Fixed in 32f40b74b6. FYI the 'invalid' tag is for issues that are not relevant (if you hover over the label the description says "this doesn't seem right"). If something is not working the only label to apply is "bug".

Feat-FeAR commented 9 months ago

ohhhh... got it! :-D I thought "this doesn't seem right" referred to the code and not the comments... sorry!