CCBR / XAVIER

An easy-to-use, flexible variant calling pipeline for use on the Biowulf cluster at NIH
https://ccbr.github.io/XAVIER/
MIT License
1 stars 3 forks source link

deprecation warning - invalid escape sequence #106

Open kelly-sovacool opened 3 months ago

kelly-sovacool commented 3 months ago
src/xavier/run.py:662: DeprecationWarning: invalid escape sequence '\.'
    sample = re.split("\.R[12]\.fastq\.gz", os.path.basename(file))[0]