> To unsubscribe from this group and stop receiving emails from it, send an email to rmats-us...@googlegroups.com.
> To unsubscribe from this group and stop receiving emails from it, send an email to rmats-us...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "rMATS User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rmats-user-gro...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rmats-user-group/CAAiprghuNfLDJPiqOeZ67noB6NmEEiMfhnXobD1ESGJ1vag-kg%40mail.gmail.com.
conda install -c conda-forge -c bioconda rmats
python path_to_my_env/rMATS/rmats.py {arguments}
Traceback (most recent call last):
File "/path_to_my_env/rMATS/rmats.py", line 431, in <module>
main()
File "/path_to_my_env/rMATS/rmats.py", line 396, in main
args = get_args()
File "/path_to_my_env/rMATS/rmats.py", line 158, in get_args
args.b1 = fp.read().strip(' ,\n')
File "path_to_my_env/lib/python3.7/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte
> To view this discussion on the web visit https://groups.google.com/d/msgid/rmats-user-group/b7b87c59-2289-40d7-b69d-4a0775c2cabbo%40googlegroups.com.
>
> To view this discussion on the web visit https://groups.google.com/d/msgid/rmats-user-group/b21c4f57-479a-4b74-89d1-f929a343c145o%40googlegroups.com.
>
> To view this discussion on the web visit https://groups.google.com/d/msgid/rmats-user-group/90608823-5078-4090-a9d9-3b37404808d6o%40googlegroups.com.
>
To unsubscribe from this group and stop receiving emails from it, send an email to rmats-user-gro...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rmats-user-group/3fc6c93c-7cdb-4080-b270-f3c5cb2aa8f1o%40googlegroups.com.
With this release the source code is now public: https://github.com/Xinglab/rmats-turboThe full release notes are available at http://rnaseq-mats.sourceforge.net and the major changes from v4.0.2 are:
- Add command line arguments to run parts of the computation on different machines (--task, --tmp)
- Add command line argument to allow variable read lengths (--variable-read-length)
- Add command line argument for paired statistical analysis with PAIRADISE (--paired-stats)
- Add command line arguments to allow splicing events to be detected that involve an unannotated splice site (--novelSS, --mil, --mel). This is an experimental feature
- Compatible with both Python 2 and Python 3
- Only one sample group is required if --statoff is used
Please see the README for details about using the new version. Feel free to post any questions or feedback.
Thanks,Eric
> To unsubscribe from this group and stop receiving emails from it, send an email to rmats-us...@googlegroups.com.
> To unsubscribe from this group and stop receiving emails from it, send an email to rmats-us...@googlegroups.com.
With this release the source code is now public: https://github.com/Xinglab/rmats-turboThe full release notes are available at http://rnaseq-mats.sourceforge.net and the major changes from v4.0.2 are:
- Add command line arguments to run parts of the computation on different machines (--task, --tmp)
- Add command line argument to allow variable read lengths (--variable-read-length)
- Add command line argument for paired statistical analysis with PAIRADISE (--paired-stats)
- Add command line arguments to allow splicing events to be detected that involve an unannotated splice site (--novelSS, --mil, --mel). This is an experimental feature
- Compatible with both Python 2 and Python 3
- Only one sample group is required if --statoff is used
Please see the README for details about using the new version. Feel free to post any questions or feedback.
Thanks,Eric