Mercurial > repos > erasmus-medical-center > gfa_to_fa
comparison gfa_to_fa.xml @ 2:a54fa2c9503f draft default tip
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/gfa_to_fa commit a00033a6cd8deb6b4a35ec1f4adb20dcc83cd1a1
author | erasmus-medical-center |
---|---|
date | Fri, 20 Jul 2018 08:19:46 -0400 |
parents | 810d464f9359 |
children |
comparison
equal
deleted
inserted
replaced
1:810d464f9359 | 2:a54fa2c9503f |
---|---|
8 from __future__ import print_function | 8 from __future__ import print_function |
9 import sys | 9 import sys |
10 for line in sys.stdin: | 10 for line in sys.stdin: |
11 if line.startswith("S"): | 11 if line.startswith("S"): |
12 l,h,s,x = line.strip().split() | 12 l,h,s,x = line.strip().split() |
13 print("> " + h) | 13 print(">" + h) |
14 print(s) | 14 print(s) |
15 ]]></configfile> | 15 ]]></configfile> |
16 </configfiles> | 16 </configfiles> |
17 <inputs> | 17 <inputs> |
18 <param name="in_gfa" type="data" format="tabular" label="Input GFA file" /> | 18 <param name="in_gfa" type="data" format="tabular" label="Input GFA file" /> |