zhou-lab / biscuit

BISulfite-seq CUI Toolkit
Other
63 stars 24 forks source link

Get biscuit version into a file #34

Closed efratushava closed 4 years ago

efratushava commented 4 years ago

Hi,

How can I get biscuit version into a file?

Running >biscuit gives the version, but it cannot be written into a file.

What can I do?

biobenkj commented 4 years ago

Hi @efratushava you could try:

your_biscuit_executable 2>&1 | grep "Version"

Cheers, Ben

efratushava commented 4 years ago

great, thank you!