Summary
xPore v2.1 has some minor changes from the previous version, which include the following.
- All k-mers containing ‘N’ will be discarded in both options i.e. with and without
--genome
inxpore dataprep
. - New GFF option: to map the transcriptomic to genomic coordinates (when using
--genome
inxpore dataprep
), xPore requires both FASTA for sequence information and either GTF or GFF for coordinate information. However, GTF is the recommended option. If GFF is the only file available, please note that the GFF file works with GENCODE or ENSEMBL FASTA files, but not UCSC FASTA files. We plan to remove the requirement of FASTA files in a future release. - In
xpore dataprep
, the option names have been changed as follows.--gtf_path_or_url
to--gtf_or_gff
--transcript_fasta_paths_or_urls
to--transcript_fasta
- The link to our
demo
dataset in zenodo was corrected. - The documentation was updated to include these changes.
What's Changed
- gtf option, fastdataprep, and dataprep intermediate file removal by @yuukiiwa in #48
- Update README.md by @jonathangoeke in #49
- remove pyensembl requirement and solve Arabidopsis bug by @yuukiiwa in #57
- Update README.md by @jonathangoeke in #51
- replace if statement with KeyError in g2t mapping, add post-processing option, and add xpore wrapper by @yuukiiwa in #58
- Update README.md by @jonathangoeke in #66
- Update help.rst by @jonathangoeke in #67
- readGTF function was modified to adapt to non-ensembl GTF input by @obenno in #87
- add assert "NNNNN" for process_tx and solve bug with stringtie gtf by @yuukiiwa in #96
- Fix quickstart doc by @hendrikweisser in #103
- Add GFF annotation option and change fasta and gtf input flags names by @yuukiiwa in #90
- update readthedocs with --gtf_or_gff specifics by @yuukiiwa in #105
New Contributors
- @yuukiiwa made their first contribution in #48
- @jonathangoeke made their first contribution in #49
- @obenno made their first contribution in #87
- @hendrikweisser made their first contribution in #103
Full Changelog: v0.5.6...v2.1