genialis / resolwe-bio

Bioinformatics pipelines for Resolwe
Apache License 2.0
17 stars 34 forks source link

Fix get_contig_names() fuction #1371

Closed zkuralt closed 2 months ago

zkuralt commented 2 months ago

The function was failing since contig names could include integer, whereas " ".join() method expects all elements in the list to be strings. This has now been fixed. Additionally, pd.read_csv() function was updated to ignore commented lines, as some .gtf files include metadata in such manner.

Checklist

Additional guidelines

Processes

Commit and PR messages

Tests