Mercurial > repos > iuc > repmatch_gff3
comparison repmatch_gff3.py @ 4:6acaa2c93f47 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/repmatch_gff3 commit 315c3ddcdbf38a27d43753aae3b6d379306be5a9
| author | iuc |
|---|---|
| date | Wed, 12 Jul 2017 10:11:53 -0400 |
| parents | a072f0f30ea3 |
| children |
comparison
equal
deleted
inserted
replaced
| 3:f7608d0363bf | 4:6acaa2c93f47 |
|---|---|
| 6 # | 6 # |
| 7 # Output: list of matched groups and list of unmatched peaks | 7 # Output: list of matched groups and list of unmatched peaks |
| 8 # Files: statistics_table.tabular (file to replicate ID), matched_paired_peaks.tabular, detail.tabular, unmatched_peaks.tabular | 8 # Files: statistics_table.tabular (file to replicate ID), matched_paired_peaks.tabular, detail.tabular, unmatched_peaks.tabular |
| 9 | 9 |
| 10 import argparse | 10 import argparse |
| 11 | |
| 11 import repmatch_gff3_util | 12 import repmatch_gff3_util |
| 12 | 13 |
| 13 if __name__ == '__main__': | 14 if __name__ == '__main__': |
| 14 parser = argparse.ArgumentParser() | 15 parser = argparse.ArgumentParser() |
| 15 parser.add_argument('--input', dest='inputs', action='append', nargs=2, help="Input datasets") | 16 parser.add_argument('--input', dest='inputs', action='append', nargs=2, help="Input datasets") |
