File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
SequenceAnalysis/src/org/labkey/sequenceanalysis Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -145,9 +145,9 @@ private void verifySequenceDataPresent(Logger log)
145145 for (ReadDataImpl rd : readDatas )
146146 {
147147 i ++;
148- if (i % 250 == 0 )
148+ if (i % 1000 == 0 )
149149 {
150- log .info ("readdata " + i + " of " + readDatas .size ());
150+ log .info ("readdata " + i + " of " + readDatas .size () + ". Current container: " + ContainerManager . getForId ( rd . getContainer ()). getPath () );
151151 }
152152
153153 if (rd .getFileId1 () != null )
@@ -208,9 +208,9 @@ else if (!d.getFile().exists())
208208 for (AnalysisModelImpl m : analyses )
209209 {
210210 i ++;
211- if (i % 250 == 0 )
211+ if (i % 500 == 0 )
212212 {
213- log .info ("analysis " + i + " of " + analyses .size ());
213+ log .info ("analysis " + i + " of " + analyses .size () + ". Current container: " + ContainerManager . getForId ( m . getContainer ()). getPath () );
214214 }
215215
216216 if (m .getAlignmentFile () != null )
You can’t perform that action at this time.
0 commit comments