novoalab / Nano-tRNAseq

Quantitative analysis of native tRNA populations using direct RNA nanopore sequencing (Lucas*, Pryszcz* et al., Nat Biotech 2023)
GNU General Public License v3.0
13 stars 5 forks source link

Config path differences on MacOS #3

Closed lkwhite closed 1 year ago

lkwhite commented 1 year ago

FYI for anyone else running on a Mac instead of Linux machine, the location for MinKNOW config files is different. The below should work for MacOS:

sudo rsync -a conf/package/flow_cells.toml /Applications/MinKNOW.app/Contents/Resources/conf/package
sudo rsync -a conf/package/sequencing/*.toml /Applications/MinKNOW.app/Contents/Resources/conf/package/sequencing

Thanks again for solving this short read RNA issue!

lpryszcz commented 1 year ago

thx @lkwhite ! already added to documentation!