Skip to content

Commit

Permalink
Added DeprecatedFeature tags to CNNScoreVariants, CNNVariantTrain, an…
Browse files Browse the repository at this point in the history
…d CNNVariantWriteTensors.
  • Loading branch information
samuelklee committed Jul 9, 2024
1 parent 260f8fc commit 0470fde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
* -weights path/to/my_model_folder/2dmodel.hd5
* </pre>
*/
@DeprecatedFeature
@DocumentedFeature
@CommandLineProgramProperties(
summary = CNNScoreVariants.USAGE_SUMMARY,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
oneLineSummary = "Train a CNN model for filtering variants",
programGroup = VariantFilteringProgramGroup.class
)
@DeprecatedFeature
@DocumentedFeature
@ExperimentalFeature
public class CNNVariantTrain extends CommandLineProgram {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
oneLineSummary = "Write variant tensors for training a CNN to filter variants",
programGroup = VariantFilteringProgramGroup.class
)
@DeprecatedFeature
@DocumentedFeature
@ExperimentalFeature
public class CNNVariantWriteTensors extends CommandLineProgram {
Expand Down

0 comments on commit 0470fde

Please sign in to comment.