likelet / LncPipe

A Nextflow-based pipeline for comprehensive analyses of long non-coding RNAs from RNA-seq datasets
GNU Lesser General Public License v3.0
83 stars 43 forks source link

Todo list #5

Open likelet opened 6 years ago

likelet commented 6 years ago
sateeshperi commented 6 years ago

Can i suggest an enhancement via incorporation of MultiQC tool (http://multiqc.info/) to summarize QC results from many samples into one file for easy viewing.

likelet commented 6 years ago

I have been following MultiQC for a long time ( start before it was published on Bioinformatics). ewels did a good job on visualizing and summarizing reports by multiple samples. It also provided framework allowing people add modules in his software, which draw great attention from developers. One of the best tools I had seen in GitHub.

I was thinking to try using multiQC in this project at the very start . But for that time, its not mature enough to do so as multiQC was designed as a general tool incorporation with many software output, which means its may not be easily modified for my own output structure(a possible reason that I am not familiar with python programing as well as solving configuration of dependencies).

But recently, I found multiQC can deal with output from plenty of tools and there also have a community to solve questions. So I am about to rethink that improving our reporting system by introducing MultiQC.

So would you like to do so? Since I am not a pythoner but a java programer and do not have enough energy to do the multiQC project. Not just LncPipe, we have many other similar projects under development that also require such feature.

sateeshperi commented 6 years ago

I recently started Python programming and have no JAVA background, so it would be a time-consuming task for me too. But, If you like, I can ask around to see if any of my Python friends would be willing to pitch in and incorporate it into the pipeline.