SoloTE v1.02 -- 10/26/2022
Changes in behaviour
Modified command line arguments. Now each argument is as follows:
- BAM file
- Threads
- Output directory
- TE annotation in BED format
- Output prefix
In order to run SoloTE, the command should be provided in this way:
python SoloTE_pipeline.py BAMfile Threads OutputDir TEannotationBEDfile OutputPrefix
Bug fixes