-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from milnus/dev
Dev
- Loading branch information
Showing
10 changed files
with
1,899 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,11 @@ | |
Maintainer : [email protected] | ||
Portability : POSIX | ||
The program reads one or more input FASTA files. For each file it computes a | ||
variety of statistics, and then prints a summary of the statistics as output. # TODO - Change description | ||
Corekaburra looks at the gene synteny across genomes used to build a pan-genome. Using syntenic information Corekaburra | ||
identifies regions between core gene clusters. Regions are described in terms of their content of accessory gene clusters | ||
and distance between core genes. Information from neighboring core genes is further used to identify stretches of core | ||
gene clusters throughout the pan-genome that appear in all genomes given as input. Corekaburra is compatible with outputs | ||
from standard pan-genome pipelines: Roary and Panaroo. | ||
''' | ||
|
||
import os | ||
|
@@ -322,5 +325,6 @@ def main(): | |
if args.discard_gffs: | ||
os.rmdir(os.path.join(args.output_path, 'Corrected_gff_files')) | ||
|
||
|
||
if __name__ == '__main__': | ||
main() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.