liyu95 / DeepSimulator

The first deep learning based Nanopore simulator which can simulate the process of Nanopore sequencing.
115 stars 40 forks source link

Use a readlinkf.sh implementation in the repo instead of native readlink #36

Closed ExplodingCabbage closed 4 years ago

ExplodingCabbage commented 4 years ago

This improves support for macOS, since the -f flag doesn't exist in the macOS implementation of readlink. Not sure yet if more is needed, but this should at least be a step in the direction of macOS support.

liyu95 commented 4 years ago

Cool! Very nice! Thank you!