Skip to content
Snippets Groups Projects
Commit cb33d6ec authored by Karen  DRUART's avatar Karen DRUART
Browse files

changing the header

parent 503d527a
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python3 #!/usr/bin/python3
# extract XML sequences from a subset fasta file # extract XML sequences from a subset fasta file
# usage python3 ./extract_XML_subset.py file.fasta file.XML subset.XML # usage from a fasta file ./extract_XML_subset.py -x ../Milk/uniprot-proteome_UP000009136.xml -f All-Accessions.fasta -o output
# usage from a list of accession ./extract_XML_subset.py -x ../Milk/uniprot-proteome_UP000009136.xml -l All-Accessions.txt -o output
# created Jan 22; KD # created Jan 22; KD
import re import re
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment