cio-abcd / variantinterpretation

Collaborative Interpretation-Pipeline workflow based on nf-core pipeline structure
MIT License
7 stars 1 forks source link

Fixed Samtools dict from getSimpleName to getBaseName #43

Closed sci-kai closed 1 month ago

sci-kai commented 2 months ago

Fixed bug with samtools dict: It produced an error with FASTA files having dots within the filename and not only as suffix. changed from "getSimpleName" to "getBaseName" java function for fixing.