79774110

Date: 2025-09-24 19:57:00
Score: 1
Natty:
Report link

Another method, with a string of DNA128533_mutect2_filtered.vcf.gz and extract the id of DNA128533 ,

You can also work with awk to find the same answer.

s=DNA128533_mutect2_filtered.vcf.gz
id=$( echo $s | awk -F_ '{print$1}' )
echo $id
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Iain4D