Skip to content
Snippets Groups Projects
Commit 1a7ee2bc authored by Arthur Le Bars's avatar Arthur Le Bars
Browse files

Delete phaeoexplorer-change_transcript_fasta_header.sh

parent 8c4e4634
No related branches found
No related tags found
1 merge request!1Release 1.0
#!/usr/bin/env bash
INFILE=$1
OUTFILE=tmpfile
./common-stringSubstitute.py -i $INFILE -o $OUTFILE -p '^>\d+ mRNA' -r '>mRNA'
mv $OUTFILE $INFILE
echo "'>[0-9]+ mRNA' replaced by '>mRNA' in $1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment