comparison bedToGff3.py @ 18:466d52f83079 draft

planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit 594c5fa1e3cdb378ecf6b5490ec2cbac5fa8a61e-dirty
author yating-l
date Thu, 06 Jul 2017 15:24:29 -0400
parents 671231da45f9
children
comparison
equal deleted inserted replaced
17:74328b550a92 18:466d52f83079
119 attribute['ID'] = li[0] + '_' + li[3] 119 attribute['ID'] = li[0] + '_' + li[3]
120 attribute['Name'] = li[3] 120 attribute['Name'] = li[3]
121 attribute['blockcount'] = li[9] 121 attribute['blockcount'] = li[9]
122 attribute['blocksizes'] = li[10] 122 attribute['blocksizes'] = li[10]
123 attribute['chromstarts'] = li[11] 123 attribute['chromstarts'] = li[11]
124 attribute['ochrom_start'] = li[12]
125 attribute['ochrom_end'] = li[13]
126 attribute['ochrom_strand'] = li[14]
127 attribute['ochrom_size'] = li[15]
128 attribute['ochrom_starts'] = li[16]
124 attribute['sequence on other chromosome'] = li[17] 129 attribute['sequence on other chromosome'] = li[17]
125 attribute['cds in ncbi format'] = li[18] 130 attribute['cds in ncbi format'] = li[18]
126 attribute['size of target chromosome'] = li[19] 131 attribute['size of target chromosome'] = li[19]
127 attribute['number of bases matched'] = li[20] 132 attribute['number of bases matched'] = li[20]
128 attribute['number of bases that don\'t match'] = li[21] 133 attribute['number of bases that don\'t match'] = li[21]