HaploKit / Strainline

Full-length de novo viral haplotype reconstruction from noisy long reads
GNU General Public License v3.0
17 stars 5 forks source link

daligner: -T is an illegal option #19

Open npdungca opened 6 months ago

npdungca commented 6 months ago

Hi. I'm getting this error when trying to run strainline in a HPC:

daligner: -T is an illegal option Usage: LAcheck [-vS] <src1:db|dam> [ <src2:db|dam> ] ...

I'm using this command: ./strainline.sh -i $datadir/BC${i}.fasta -o $outdir/BC${i}_strainline -p ont --minSeedLen 200 --minTrimmedLen 200 -t 30

Thank you in advance for your help.