issues
search
RECETOX
/
galaxytools
Set of Galaxy tool wrappers developed at RECETOX
MIT License
13
stars
13
forks
source link
replace all hard symlinks with soft symlinks
#409
Closed
hechth
closed
1 year ago
hechth
commented
1 year ago
instead of
ln <x> <y>
use
ln -s <x> <y>
instead of
ln <x> <y>
useln -s <x> <y>