aboutsummaryrefslogtreecommitdiff
path: root/biology/py-multiqc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* math/py-matplotlib: chase minimum Python version in dependent portsThierry Thomas2021-05-101-1/+1
| | | | | | | | | Since the previous update changed USES=python from 3.6+ to 3.7+, all dependent ports must have USES=python:3.7+ as well, otherwise it breaks the @py36 flavor. PR: 255347 Reported by: sunpoet
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* biology/py-multiqc: Update to 1.10Jason W. Bacon2021-03-201-1/+2
| | | | | | | | | Numerous new features, a few bug fixes since 1.9 Reported by: portscout Notes: svn path=/head/; revision=568866
* biology/py-multiqc: Update to 1.9Jason W. Bacon2021-02-051-3/+4
| | | | | | | | | Fix runtime error due to incompatibility of 1.8 with latest matplotlib Drop python2 support Numerous new features and bug fixes Notes: svn path=/head/; revision=564072
* Unbreak bulk -aAntoine Brodin2020-09-191-1/+1
| | | | Notes: svn path=/head/; revision=548989
* biology/py-multiqc: Upgrade to 1.8Jason W. Bacon2019-11-261-1/+2
| | | | | | | | | | Major enhancements including 6 new modules and improvements to existing modules Numerous minor fixes and enhancements Reported by: portscout Notes: svn path=/head/; revision=518470
* biology/py-multiqc: Aggregate bioinformatics analysis reportsJason W. Bacon2019-09-231-0/+36
MultiQC searches a given directory for analysis logs and compiles an HTML report. It's a general use tool, perfect for summarising the output from numerous bioinformatics tools. Notes: svn path=/head/; revision=512646