| | 1 | = !PrepareGFFFilesFromBGIForSeattleSeqAnnotation== |
| | 2 | Preprocesses GFF files coming from the BGI institute for SeattleAnnotationTool. Replace `alleles` with `allele` and adds the line: `# autoFile testAuto.txt` in the top of the file. |
| | 3 | |
| | 4 | == Parameters == |
| | 5 | * GFFFilename : Input filename |
| | 6 | * outputGFFFilename: Output filename |
| | 7 | |
| | 8 | == Example == |
| | 9 | {{{ |
| | 10 | #!div style="font-size: 80%" |
| | 11 | Code highlighting: |
| | 12 | {{{#!python |
| | 13 | PrepareGFFFilesFromBGIForSeattleSeqAnnotation("/Users/alexandroskanterakis/Data/CD_china/000057.snp.Q20.gff", "/Users/alexandroskanterakis/Data/CD_china/000057.snp.Q20.gff") |
| | 14 | }}} |
| | 15 | }}} |
| | 16 | |
| | 17 | == Source Code == |
| | 18 | http://www.bbmriwiki.nl/svn/SequenceAnnotation/Scripts/PrepareGFFFilesFromBGIForSeattleSeqAnnotation.py |
| | 19 | |