Skip to content
Snippets Groups Projects

Add scripts and implement code changes to enable parallel runs.

Merged chow requested to merge willis_fixes_parallel into willis_fixes
All threads resolved!
Files
15
+ 3
0
#!/usr/bin/env bash
python3 calculate_kmer_scores.py -i $INFILE -d $DBFILE -o $TEN_MER_OUTFILE -s threshold -k 10 -t 0.85
Loading