Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Mirrors
biopet.biopet
Commits
97d82bfc
Commit
97d82bfc
authored
Jan 28, 2017
by
Peter van 't Hof
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename id to report
parent
ff41dff0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
generate-indexes/src/main/scala/nl/lumc/sasc/biopet/pipelines/generateindexes/DownloadGenomes.scala
...sc/biopet/pipelines/generateindexes/DownloadGenomes.scala
+1
-1
generate-indexes/src/test/scala/nl/lumc/sasc/biopet/pipelines/generateindexes/DownloadGenomesTest.scala
...iopet/pipelines/generateindexes/DownloadGenomesTest.scala
+1
-1
No files found.
generate-indexes/src/main/scala/nl/lumc/sasc/biopet/pipelines/generateindexes/DownloadGenomes.scala
View file @
97d82bfc
...
...
@@ -64,7 +64,7 @@ class DownloadGenomes(val root: Configurable) extends QScript with BiopetQScript
val
fastaFile
=
new
File
(
genomeDir
,
"reference.fa"
)
val
downloadFastaFile
=
new
File
(
genomeDir
,
"download.reference.fa"
)
genomeConfig
.
get
(
"ncbi_assembly_
id
"
)
match
{
genomeConfig
.
get
(
"ncbi_assembly_
report
"
)
match
{
case
Some
(
assemblyID
:
String
)
=>
val
downloadAssembly
=
new
DownloadNcbiAssembly
(
this
)
downloadAssembly
.
assemblyId
=
assemblyID
...
...
generate-indexes/src/test/scala/nl/lumc/sasc/biopet/pipelines/generateindexes/DownloadGenomesTest.scala
View file @
97d82bfc
...
...
@@ -45,7 +45,7 @@ class DownloadGenomesTest extends TestNGSuite with Matchers {
@Test
def
testNcbiAssembly
()
:
Unit
=
{
val
pipeline
=
initPipeline
(
Map
())
pipeline
.
referenceConfig
=
Map
(
"s1"
->
Map
(
"g1"
->
Map
(
"ncbi_assembly_
id
"
->
"id"
)))
pipeline
.
referenceConfig
=
Map
(
"s1"
->
Map
(
"g1"
->
Map
(
"ncbi_assembly_
report
"
->
"id"
)))
noException
should
be
thrownBy
pipeline
.
script
()
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment