ASCIIGenome
ASCIIGenome copied to clipboard
goto command should accept space separated args
Currently (v1.15), goto accepts one argument as chrom[:from[-to]]. It would be convenient to enable from and to to be space separated so you can copy & paste from e.g. R terminal, like:
goto chr10 10000 20000 // Multiple spaces ok
:chr10 10000