I'm trying to get a regex to work with rename; I've tried the approach of similar answered questions here but couldn't get the results I wanted.
The files are named as such:
SR1_S90_L001_R1_001.fastq.gz
SR1_S90_L001_R2_001.fastq.gz
Rinc_S96_L001_R1_001.fastq.gz
Rinc_S96_L001_R2_001.fastq.gz
And I would like to retain only the information prior to the first underscore and the _R1_ or _R2_ tags, like this:
SR1_R1_.fastq.gz
SR1_R2_.fastq.gz
Rinc_R1_.fastq.gz
Rinc_R2_.fastq.gz
Thanks in advance!
Almost there!
The command with the final changes:
Thanks a bunch and congratulations on your software, Wei Shen
thanks for pointing out, if you have ran with the old command, you can run 'brename -u' to undo.
Yeah! I saw the parameters that after running the script and was amazed to see that option (couldn't test since I already had deleted the folder XD )
Thanks also for the
seqkit
software, Shen Wei!