We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfbdd9 commit 93f45c5Copy full SHA for 93f45c5
2 files changed
lib/ingestors/ingestor_factory.rb
@@ -12,8 +12,8 @@ def self.ingestors
12
Ingestors::TessEventIngestor,
13
Ingestors::ZenodoIngestor,
14
Ingestors::OaiPmhIngestor,
15
- Ingestors::GithubIngestor
16
- ] + taxila_ingestors + llm_ingestors + heptraining_ingestors + pantraining_ingestors
+ Ingestors::GithubIngestor,
+ ] + taxila_ingestors + llm_ingestors + heptraining_ingestors
17
end
18
19
def self.taxila_ingestors
@@ -57,12 +57,6 @@ def self.heptraining_ingestors
57
]
58
59
60
- def self.pantraining_ingestors
61
- [
62
- Ingestors::Pantraining::PanIngestorB
63
- ]
64
- end
65
-
66
def self.ingestor_config
67
@ingestor_config ||= ingestors.map do |i|
68
[i.config[:key], i.config.merge(ingestor: i)]
lib/ingestors/pantraining/laserlab_event_ingestor.rb
0 commit comments