Skip to content
Snippets Groups Projects
Commit 5af75223 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix utils.

parent 7aaabf2f
No related merge requests found
Pipeline #2242 failed with stages
in 8 seconds
#!/usr/bin/env python3 #!/usr/bin/env python3
import pytest import pytest
from python_utils import utils import utils
STRIP_EXTENSIONS = ['.gz', '.fq', '.fastq', '.fa', '.fasta'] STRIP_EXTENSIONS = ['.gz', '.fq', '.fastq', '.fa', '.fasta']
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment