wdecoster / nanoQC

Quality control tools for nanopore sequencing data
GNU General Public License v3.0
96 stars 9 forks source link

Patch 1 #7

Closed JasperO98 closed 6 years ago

JasperO98 commented 6 years ago

The version gave an error when I was working with nanoQC as a separate script. I have added a comma and a bracket at the minlen argument and added the import version line.

Kind regards,

Jasper.

wdecoster commented 6 years ago

Hi Jasper,

As you noticed a pull request triggers the TravisCI test, and it seems yuou missed a comma at the --minlen argument, after the help text. Pushing new commits to patch-1 will update this pull request.

Also, what is the reason you changed the from .version import __version__?

Cheers, Wouter