rickbeeloo

Results 33 comments of rickbeeloo

Yup same bug here, samtools installed but not detected

A hacky way to "pretend" the version is fine: ``` nano ~/mybin/samtools ``` We create a script to return `samtools 1.11` if a command is `samtools version` but without version...

Default max-seq length is `65535`, the longest sequence in both q/t.fasta is `51777`, but increasing the max len to `--max-seq-len 66000` does work for some reason?