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` in `xpore dataprep`.
- New GFF option: to map the transcriptomic to genomic coordinates (when using `--genome` in `xpore 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 https://github.com/GoekeLab/xpore/pull/48
* Update README.md by jonathangoeke in https://github.com/GoekeLab/xpore/pull/49
* remove pyensembl requirement and solve Arabidopsis bug by yuukiiwa in https://github.com/GoekeLab/xpore/pull/57
* Update README.md by jonathangoeke in https://github.com/GoekeLab/xpore/pull/51
* replace if statement with KeyError in g2t mapping, add post-processing option, and add xpore wrapper by yuukiiwa in https://github.com/GoekeLab/xpore/pull/58
* Update README.md by jonathangoeke in https://github.com/GoekeLab/xpore/pull/66
* Update help.rst by jonathangoeke in https://github.com/GoekeLab/xpore/pull/67
* readGTF function was modified to adapt to non-ensembl GTF input by obenno in https://github.com/GoekeLab/xpore/pull/87
* add assert "NNNNN" for process_tx and solve bug with stringtie gtf by yuukiiwa in https://github.com/GoekeLab/xpore/pull/96
* Fix quickstart doc by hendrikweisser in https://github.com/GoekeLab/xpore/pull/103
* Add GFF annotation option and change fasta and gtf input flags names by yuukiiwa in https://github.com/GoekeLab/xpore/pull/90
* update readthedocs with --gtf_or_gff specifics by yuukiiwa in https://github.com/GoekeLab/xpore/pull/105
New Contributors
* yuukiiwa made their first contribution in https://github.com/GoekeLab/xpore/pull/48
* jonathangoeke made their first contribution in https://github.com/GoekeLab/xpore/pull/49
* obenno made their first contribution in https://github.com/GoekeLab/xpore/pull/87
* hendrikweisser made their first contribution in https://github.com/GoekeLab/xpore/pull/103
**Full Changelog**: https://github.com/GoekeLab/xpore/compare/v0.5.6...v2.1