shendurelab / MPRAflow

A portable, flexible, parallelized tool for complete processing of massively parallel reporter assay data
Apache License 2.0
31 stars 16 forks source link

remove "windows" characters in design fasta #35

Closed visze closed 3 years ago

visze commented 3 years ago

When creating the design file in windows it can be that linebraeaks have characters like ^M.

Using sed 's/\r//g' on the reference fasta file will sove that issue.