comparison peptideGenomicCoordinate.py @ 3:95d606bdfef7 draft

planemo upload
author pravs
date Sun, 17 Jun 2018 04:55:42 -0400
parents 1b61f7aafb61
children
comparison
equal deleted inserted replaced
2:1b61f7aafb61 3:95d606bdfef7
1 1
2 # 2 #
3 # Author: Praveen Kumar 3 # Author: Praveen Kumar
4 # University of Minnesota 4 # University of Minnesota
5 # 5 # Galaxy-P Team
6 # Get peptide's genomic coordinate from the protein's genomic mapping sqlite file (which is derived from the https://toolshed.g2.bx.psu.edu/view/galaxyp/translate_bed/038ecf54cbec) 6 # Get peptide's genomic coordinate from the protein's genomic mapping sqlite file (which is derived from the https://toolshed.g2.bx.psu.edu/view/galaxyp/translate_bed/038ecf54cbec)
7 # 7 #
8 # python peptideGenomicCoordinate.py <peptide_list> <mz_to_sqlite DB> <genomic mapping file DB> <output.bed> 8 # python peptideGenomicCoordinate.py <peptide_list> <mz_to_sqlite DB> <genomic mapping file DB> <output.bed>
9 # 9 #
10 # 10 #