BioLockJ-Dev-Team / sheepdog_testing_suite

Test suite for BioLockJ development team.
3 stars 8 forks source link

messages around install #313

Closed IvoryC closed 3 years ago

IvoryC commented 3 years ago

Could remove this anytime...

Warning: The blj_functions library is deprecated.
Warning: It will be removed as of version v1.4.0.

On some systems, you get a message:

Successfully installed BioLockJ version v1.3.16

But on some systems (our own docker build image), you get an error message that the biolockj command is not found. Prevent this other message, even when the still worked correctly.

This bit is pretty good...

Start a new session and run "biolockj --help" to see options.
Then run a small pipeline:
"biolockj $BLJ/templates/myFirstPipeline/myFirstPipeline.properties" 

BUT, I often see people exit their session and start a new one, and run biolockj --help, great; and then they say "what was that next thing I'm supposed to do ? ". They go the user guide and find it, but there is an awkward moment.

IvoryC commented 3 years ago

branch msgs has changes for