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
12 changes: 0 additions & 12 deletions SequenceAnalysis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,18 +141,6 @@ dependencies {
}
)

BuildUtils.addExternalDependency(
project,
new ExternalDependency(
"commons-net:commons-net:${commonsNetVersion}",
"Commons Net",
"Apache",
"http://jakarta.apache.org/commons/net/",
ExternalDependency.APACHE_2_LICENSE_NAME,
ExternalDependency.APACHE_2_LICENSE_URL,
"FTPClient used to retrieve resources from other servers (e.g., GO annotations)"
)
)
BuildUtils.addExternalDependency(
project,
new ExternalDependency(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ public static void registerPipelineSteps()
SequencePipelineService.get().registerPipelineStep(new PbsvAnalysis.Provider());
SequencePipelineService.get().registerPipelineStep(new GenrichStep.Provider());

//SequencePipelineService.get().registerPipelineStep(new BlastUnmappedReadAnalysis.Provider());
SequencePipelineService.get().registerPipelineStep(new PARalyzerAnalysis.Provider());
SequencePipelineService.get().registerPipelineStep(new RnaSeQCStep.Provider());

Expand Down

This file was deleted.