SorenKarst / longread_umi

GNU General Public License v3.0
76 stars 29 forks source link

possible typo in install script #29

Closed splaisan closed 4 years ago

splaisan commented 4 years ago

ref: https://raw.githubusercontent.com/SorenKarst/longread_umi/master/scripts/install_conda.sh

Is it possible that the back-slash before cp be a typo

# Modify adapters.py
\cp \
  $CONDA_PREFIX/longread_umi/scripts/adapters.py \
  $CONDA_PREFIX/lib/python3.6/site-packages/porechop/adapters.py

no clue if this has negative effects but it looks funny

SorenKarst commented 4 years ago

Typo but without consequence. Fixed in 09077c6.