Open
Description
Description of feature
When running nf-RNAseq it is recommended to set the max intron length to something suitable to your organism; for example in the model plant arabidopsis introns >6kb are very rare and running it with the default setting of 100MB will potentially give you some problematic artifacts. The parameter --allignIntronMax is passed to STAR in this pipeline. In rnasplice one currently needs to adjust config files which is tricky and if not done right can mess up a lot of behaviors. Novice users will run the pipeline in default mode and might not be aware of the effect this has on their results. Adding this feature would make it easier for casual users to adjust this parameter to something appropriate to their species.