-
Notifications
You must be signed in to change notification settings - Fork 497
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove functionality unrelated to cna long format
- Loading branch information
Bas Leenknegt
committed
Oct 13, 2022
1 parent
550cb0b
commit 77adf0c
Showing
19 changed files
with
557 additions
and
709 deletions.
There are no files selected for viewing
406 changes: 203 additions & 203 deletions
406
core/src/main/java/org/mskcc/cbio/maf/TabDelimitedFileUtil.java
Large diffs are not rendered by default.
Oops, something went wrong.
210 changes: 100 additions & 110 deletions
210
core/src/main/java/org/mskcc/cbio/portal/dao/DaoGeneticAlteration.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
433 changes: 211 additions & 222 deletions
433
core/src/main/java/org/mskcc/cbio/portal/scripts/ImportTabDelimData.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 2 additions & 17 deletions
19
model/src/main/java/org/cbioportal/model/DiscreteCopyNumberData.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,18 @@ | ||
package org.cbioportal.model; | ||
|
||
import com.fasterxml.jackson.annotation.JsonRawValue; | ||
import io.swagger.annotations.ApiModelProperty; | ||
|
||
import java.io.Serializable; | ||
import javax.validation.constraints.NotNull; | ||
|
||
public class DiscreteCopyNumberData extends Alteration implements Serializable { | ||
|
||
@NotNull | ||
private Integer alteration; | ||
|
||
@JsonRawValue | ||
@ApiModelProperty(dataType = "java.util.Map") | ||
private String annotationJson; | ||
|
||
|
||
public Integer getAlteration() { | ||
return alteration; | ||
} | ||
|
||
public void setAlteration(Integer alteration) { | ||
this.alteration = alteration; | ||
} | ||
|
||
public String getAnnotationJson() { | ||
return annotationJson; | ||
} | ||
|
||
public void setAnnotationJson(String annotationJson) { | ||
this.annotationJson = annotationJson; | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
web/src/main/java/org/cbioportal/web/mixin/DiscreteCopyNumberDataMixin.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.