Closed priyanka-surana closed 2 years ago
Software/tool: cut, sed
cut, sed
Function: Filter the genome index file
Current command:
cmd(qq[cut -f1,2 $ref_index | sed 's/-/_/g'|sort -k2,2 -nr > $$self{outdir}/$$self{hname}.genome])
I intend to handle this similar to #3. Write a bash script that takes the genome index from samtools/faidx and filters it.
samtools/faidx
Description of feature
Software/tool:
cut, sed
Function: Filter the genome index file
Current command: