Skip to content

Commit

Permalink
Create Protein_report_in_protXML_to_ID_list_in_TSV.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
magnuspalmblad authored Aug 30, 2023
1 parent b0eb67d commit 83d0556
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shims/Protein_report_in_protXML_to_ID_list_in_TSV.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
xmllint --xpath "//*[local-name()='protein']/@protein_name" $1 | cut -d '|' -f2 > $2

0 comments on commit 83d0556

Please sign in to comment.