RagTag icon indicating copy to clipboard operation
RagTag copied to clipboard

RagTag name coming up

Open rmormando opened this issue 3 years ago • 0 comments

Hello! For some reason everytime I run RagTag with the following command it adds "_RagTag" to the resulting headers of the FASTA file and I would like to get rid of that.

ragtag.py scaffold reference.fa assembly.fasta  -o ragtag_out -w --aligner ../minimap2/minimap2

As a remedy, I have just been going in and Find & Replacing every instance of "_RagTag" with a blank space. I was going to work on writing a quick script to get rid of it but I wanted to first see if it was a problem with my command instead. Thanks!

rmormando avatar Jan 17 '23 18:01 rmormando