-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Hi, is it possible to use a wildcard in the .txt specified file to remove i.e every taxon starting with the name Pilosocereus*.
This is the command I'm using:
for i in *.fasta; do pxrms -s "$i" -f /mnt/c/users/gabit/linux2/3.Combined_paralogs/reduced/taxa_to_delete_multiple.txt -o /mnt/c/users/gabit/linux2/3.Combined_paralogs/reduced/reduced2/"${i%.fasta}.fasta"; done
I've tried it multiple times unsuccessfully, even using -n and specifying the name as Pilosocereus.
Any help would be appreciated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels