ababaian / LIONS

LIONS is a bioinformatic analysis pipeline which brings together a few pieces of software and some home-brewed scripts to annotate a paired-end RNAseq library to detect TE-intiated transcripts
GNU General Public License v3.0
27 stars 13 forks source link

incorrect syntax in Dockerfile? #4

Closed benbfly closed 5 years ago

benbfly commented 5 years ago

The following line was added to the last check-in of Dockerfile (line 87): mv /LIONS-master /LIONS

But it looks like Docker is trying to interpret it as a Docker command since it is not concatenated to the RUN command using &&. I am getting a parse error. Am I doing something wrong or was this check in never tested?

Thanks, Ben.

ababaian commented 5 years ago

Hey Ben,

You're correct, it's a bug. Thanks for the heads-up.

Artem