RagTag
RagTag copied to clipboard
RagTag name coming up
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!