Mercurial > repos > artbio > cherry_pick_fasta
diff cherry_pick_fasta.py @ 2:321cad0eb507 draft
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/cherry_pick_fasta commit b5ef783237b244d684e26b1ed1cc333a8305ce3e"
author | artbio |
---|---|
date | Tue, 16 Mar 2021 23:25:57 +0000 |
parents | ea8fde9c6f82 |
children | c282a8a47dd9 |
line wrap: on
line diff
--- a/cherry_pick_fasta.py Wed Oct 09 18:48:17 2019 -0400 +++ b/cherry_pick_fasta.py Tue Mar 16 23:25:57 2021 +0000 @@ -45,7 +45,7 @@ def complement_fasta(fullfasta, subfasta): - return list(set(fullfasta) - set(subfasta)) + return sorted(list(set(fullfasta) - set(subfasta))) def getquerylist(file):