Skip to content

deps.checkMany

Liatir.deps.checkMany() checks several command-line binaries at once.

Signature

ts
checkMany(binaries: string[]): Promise<DepCheckResult[]>

Example

ts
const deps = await Liatir.deps.checkMany(['samtools', 'bcftools', 'fastqc']);

Notes

Use this method when a workflow needs several external tools and you want to show one dependency report to the user.

Liatir — powerful bioinformatics on your machine.

By using this app, you agree to our Privacy Policy and Terms of Service.