seguid / seguid-javascript

SEGUID v2: Checksums for Linear, Circular, Single- and Double-Stranded Biological Sequences
https://www.seguid.org
MIT License
0 stars 1 forks source link

Q: Same installation instructions for CLI users and developers? #15

Open HenrikBengtsson opened 8 months ago

HenrikBengtsson commented 8 months ago

Acknowledging I'm a Node/npm rookie, will users who are only interested in the CLI interface (i.e. npx seguid ...) install the package the same way as a developer who which to incorporate seguid.js in their code base? Is there a need for different installation instructions.

louisabraham commented 5 months ago

Not sure either.

I could use the code as is in the web interface (https://www.seguid.org/web) with

<script src="https://raw.githack.com/seguid/seguid-javascript/main/seguid.js"></script>
louisabraham commented 5 months ago

maybe we could add an instruction for this in the README?