See the README
CLdb -h
CLdb -- subcommand -h
OR CLdb --perldoc -- subcommand
CLdb --perldoc -- array2fasta
CLdb -- subcommand -- subsubcommand -h
CLdb -- subcommand --perldoc -- subsubcommand
--perldoc
flag used after the subcommand
CLdb -- arrayBlast --perldoc -- run
!CLdb -h
Example CLdb command:
workDir = '/home/nick/path/to/CLdb/'
!cd $workDir; CLdb -- makeDB
myDir = '/home/sue/path/to/blast/dir/'
!cd $myDir; CLdb -- array2fasta -- -da CLdb.sqlite -clust -cut 1 > spacers_cut1.fna
In [ ]: