$('#myModalBody').html('<div class="alert alert-warning"> <strong>Warning !</strong> The selected donwload type "'+download_option.label+'" is not available</div>');
$('#setAndRunModalBody').html('<div class="alert alert-warning"> <strong>Warning !</strong> The selected donwload type "'+download_option.label+'" is not available</div>');
@param is_casava : True gathers all different files of one read of one sample (only with name on CASAVA 1.8+ format)
...
...
@@ -40,6 +40,7 @@ class FastQC (Analysis):
self.add_parameter("is_casava","True gathers all different files of one read of one sample (only with name on CASAVA 1.8+ format)",default=is_casava,type='bool')
self.add_parameter("no_group","True disables grouping of bases for reads >50bp",default=no_group,type='bool')