conda --version
# conda 4.8.2
conda install -c bioconda kallisto
conda install -c bioconda bustools
# try to follow the link:
# https://www.kallistobus.tools/multiple_files_tutorial.html
kallisto bus
Error: invalid command bus
kallisto 0.44.0
Usage: kallisto <CMD> [arguments] ..
Where <CMD> can be one of:
index Builds a kallisto index
quant Runs the quantification algorithm
pseudo Runs the pseudoalignment step
h5dump Converts HDF5-formatted results to plaintext
inspect Inspects and gives information about an index
version Prints version information
cite Prints citation information
Thank you!