Hi,
sed -e 's/CHROMOSOME_//g' celegans.gtf
works but the command with the '-i' option gives the following error:
sed: 1: "output/genome/celegans/ ...": invalid command code o
Does the '-i' mean 'in-place' so changes the file directly? I am going to try to redirect the output of the '-e' command to the file itself.
Oups, this erased the content of the file. So the 'return' of the 'sed -e' command is NULL?
Best, C.