-
Notifications
You must be signed in to change notification settings - Fork 0
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
Labels
enhancement
New feature or request
Comments
ArnaudBelcour
added a commit
that referenced
this issue
Aug 15, 2019
ArnaudBelcour
added a commit
that referenced
this issue
Aug 15, 2019
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).
Merged
Added in #32 but need more polishing in 0.5.3. |
ArnaudBelcour
added a commit
that referenced
this issue
Nov 18, 2019
ArnaudBelcour
added a commit
that referenced
this issue
Nov 22, 2019
ArnaudBelcour
added a commit
that referenced
this issue
Nov 26, 2019
Merged
Fix some issues but it needs more testing and polishing in 0.5.4. |
ArnaudBelcour
added a commit
that referenced
this issue
Jan 31, 2020
ArnaudBelcour
added a commit
that referenced
this issue
Feb 7, 2020
ArnaudBelcour
added a commit
that referenced
this issue
Feb 26, 2020
ArnaudBelcour
added a commit
that referenced
this issue
Feb 27, 2020
Merged
ArnaudBelcour
added a commit
that referenced
this issue
May 13, 2020
Merged
ArnaudBelcour
added a commit
that referenced
this issue
Jun 11, 2020
ArnaudBelcour
added a commit
that referenced
this issue
Jun 12, 2020
ArnaudBelcour
added a commit
that referenced
this issue
Jun 12, 2020
Merged
Fix numerous issues in #50. |
ArnaudBelcour
added a commit
that referenced
this issue
Aug 21, 2020
Fix issue in topf with pf files.
ArnaudBelcour
added a commit
that referenced
this issue
Sep 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: