Run with Nim¶
nim language can be found here: https://nim-lang.org/
- Install nextflow if not exists, go Nextflow.
- Run test
cd tests
sh test-nim.sh
- Run test with Nextflow (files in folder data)
nextflow run vcf-nim.nf --input data/ --pattern *.vcf --output tests-nim -profile standard