Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gbk2pf converter. #30

Open
ArnaudBelcour opened this issue Aug 15, 2019 · 4 comments
Open

Add gbk2pf converter. #30

ArnaudBelcour opened this issue Aug 15, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@ArnaudBelcour
Copy link
Contributor

As genbank formats created by different tools are different, we can have errors during PathoLogic. To solve these errors, we could convert genbank into PathoLogic Format.

The idea is to add a new argument:

mpwt gbk2pf -i input_folder -o output_folder --cpu number_cpu

This command takes as argument a folder containing the genbank (in the same structure than the input_folder of mpwt -f) and an output folder. It will then generates the PathoLogic Format files from the genbank.

@ArnaudBelcour
Copy link
Contributor Author

It could also be useful to have a gff2pf converter.

So I will create a new command:

mpwt topf -i input_folder -o output_folder

ArnaudBelcour added a commit that referenced this issue Oct 17, 2019
Add GFF support for to_pf (need more tests).
@ArnaudBelcour
Copy link
Contributor Author

Added in #32 but need more polishing in 0.5.3.

@ArnaudBelcour
Copy link
Contributor Author

Fix some issues but it needs more testing and polishing in 0.5.4.

@ArnaudBelcour
Copy link
Contributor Author

Fix numerous issues in #50.

ArnaudBelcour added a commit that referenced this issue Aug 21, 2020
Fix issue in topf with pf files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant