You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msgs.push('Readset '+row.rowid+'has already been associated with files and cannot be re-used. If you would like to reanalyze this readset, load the table of readsets and look for the \'Analyze Data\' button.');
1665
+
if(!allowReadsetMerge&&row.totalFiles){
1666
+
msgs.push('Readset '+row.rowid+'has already been associated with files and cannot be re-used. If you would like to reanalyze this readset, load the table of readsets and look for the \'Analyze Data\' button.');
html: 'It is possible to import readset information before you import the actual read data. This is most commonly done when you plan a run upfront (such as the Illumina workflow). If you did this, just enter the readset Id below and the details will automatically populate. Note: when this option is selected the readset details are not editable through this form.',
1889
1892
border: false
1893
+
},{
1894
+
itemId: 'allowReadsetMerge',
1895
+
xtype: 'checkbox',
1896
+
fieldLabel: 'Allow Merge If Existing Readset Has Data',
1897
+
helpPopup: 'If there is already data for the selected readset(s), the original readset will be copied (same attrbitues), and a new readset will be creating using these reads and the original data. The original readset will remain.'
0 commit comments