Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/main/java/org/igv/batch/CommandExecutor.java
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

package org.igv.batch;

Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/igv/blast/BlastMapping.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.igv.blast;

//~--- non-JDK imports --------------------------------------------------------

import org.igv.feature.BasicFeature;
import org.igv.feature.Strand;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/igv/data/AbstractDataSource.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.igv.data;

//~--- non-JDK imports --------------------------------------------------------

import org.igv.logging.*;
import org.igv.Globals;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/data/BasicScore.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.data;

import org.igv.feature.LocusScore;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/data/Bin.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

package org.igv.data;

Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/data/CharArrayList.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

package org.igv.data;

Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/data/ChromosomeSummary.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.data;

/**
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/igv/data/CompositeScore.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.igv.data;

//~--- non-JDK imports --------------------------------------------------------

import org.igv.feature.LocusScore;
import org.igv.track.WindowFunction;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/data/DataSource.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

package org.igv.data;

Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/data/DataStatistics.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.data;

import org.igv.track.WindowFunction;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/data/DataTile.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.data;

/**
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/data/Dataset.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.data;

import org.igv.track.TrackProperties;
Expand Down
5 changes: 0 additions & 5 deletions src/main/java/org/igv/data/DatasetDataSource.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.data;

//~--- non-JDK imports --------------------------------------------------------

import org.igv.logging.*;
import org.igv.Globals;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/data/GenomeSummaryData.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.data;

import org.igv.logging.*;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/data/IGVDataset.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.data;

import org.igv.feature.genome.Genome;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/igv/data/IGVDatasetParser.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.igv.data;

//~--- non-JDK imports --------------------------------------------------------

import htsjdk.samtools.seekablestream.SeekableStream;
import org.igv.logging.*;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/igv/data/SummaryTile.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.igv.data;

//~--- non-JDK imports --------------------------------------------------------

import org.igv.feature.LocusScore;

Expand Down
5 changes: 0 additions & 5 deletions src/main/java/org/igv/data/WiggleDataset.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.data;

//~--- non-JDK imports --------------------------------------------------------

import org.igv.feature.genome.Genome;
import org.igv.track.TrackProperties;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/data/ZipUtils.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.data;

import org.igv.util.FileUtils;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*/
package org.igv.data.expression;

//~--- non-JDK imports --------------------------------------------------------

import org.igv.logging.*;
import org.igv.Globals;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/igv/feature/AbstractFeature.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.igv.feature;

//~--- non-JDK imports --------------------------------------------------------

import org.igv.logging.*;
import org.igv.ui.IGV;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/feature/AbstractFeatureParser.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.feature;

import org.igv.logging.*;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/igv/feature/CytoBandFileParser.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.igv.feature;

//~--- non-JDK imports --------------------------------------------------------

import org.igv.logging.*;
import htsjdk.tribble.readers.AsciiLineReader;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/igv/feature/EmblFeatureTableParser.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.igv.feature;

//~--- non-JDK imports --------------------------------------------------------

import org.igv.logging.*;
import org.igv.feature.genome.Genome;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/igv/feature/FeatureDB.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.igv.feature;

//~--- non-JDK imports --------------------------------------------------------

import com.jidesoft.utils.SortedList;
import htsjdk.tribble.Feature;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/feature/FeatureParser.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

package org.igv.feature;

Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/igv/feature/GisticFileParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*/
package org.igv.feature;

//~--- non-JDK imports --------------------------------------------------------

import org.igv.logging.*;
import org.igv.exceptions.ParserException;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/igv/feature/GisticScore.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

package org.igv.feature;

//~--- non-JDK imports --------------------------------------------------------

import org.igv.track.WindowFunction;

Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/feature/Locus.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.feature;

import java.text.NumberFormat;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/feature/LocusScore.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.feature;

import org.igv.track.WindowFunction;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/igv/feature/Mutation.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.igv.feature;

//~--- non-JDK imports --------------------------------------------------------

import org.igv.feature.genome.GenomeManager;
import org.igv.logging.*;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/feature/Strand.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

package org.igv.feature;

Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/feature/aa/AminoAcid.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.feature.aa;

/**
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/feature/aa/AminoAcidManager.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.feature.aa;

import org.igv.logging.*;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/feature/aa/AminoAcidSequence.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.feature.aa;

import org.igv.feature.Strand;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/feature/aa/CodonTableManager.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.feature.aa;

import org.igv.logging.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.igv.feature.basepair;

//~--- non-JDK imports --------------------------------------------------------

import org.igv.logging.*;
import org.igv.feature.basepair.BasePairTrack.*;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/feature/dranger/DRangerFeature.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.feature.dranger;

import org.igv.feature.AbstractFeature;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/feature/dranger/DRangerParser.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.feature.dranger;

import org.igv.logging.*;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/feature/dranger/DRangerRenderer.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.feature.dranger;

import org.igv.feature.IGVFeature;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/feature/genome/GenomeImporter.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.feature.genome;

import org.igv.logging.*;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/feature/genome/SequenceWrapper.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.feature.genome;

import org.igv.feature.Chromosome;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/maf/MAFReader.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

package org.igv.maf;

Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/igv/maf/MAFTile.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.igv.maf;

//~--- non-JDK imports --------------------------------------------------------

import java.util.ArrayList;
import java.util.LinkedHashMap;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/maf/MAFTileCodec.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.maf;

import org.igv.maf.MAFTile.MASequence;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/maf/MAFUtils.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

package org.igv.maf;

Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/maf/Multiz44ConfigurationDialog.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

/*
* MAFConfigurationDialog.java
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/prefs/IGVPreferences.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.prefs;


Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/renderer/AbstractColorScale.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

package org.igv.renderer;

Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/igv/renderer/ColorScale.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.igv.renderer;

import java.awt.*;
Expand Down
Loading
Loading