You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently run TRASH with Col-CC genome and found the output gff is spreated by CRLF (^M) in the dos file. Could you add this covert to LF? Now I need to convert it by tr '\015' '\n' < TRASH_Col-CC.fa.gff
The text was updated successfully, but these errors were encountered:
Hi, @vlothec
I recently run TRASH with Col-CC genome and found the output gff is spreated by CRLF (^M) in the dos file. Could you add this covert to LF? Now I need to convert it by
tr '\015' '\n' < TRASH_Col-CC.fa.gff
The text was updated successfully, but these errors were encountered: