Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
5a228435
Commit
5a228435
authored
Jun 12, 2012
by
Andy Yates
Browse files
Forgot the repeat masked flow
parent
2873dfab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
modules/Bio/EnsEMBL/Pipeline/FASTA/DumpFile.pm
modules/Bio/EnsEMBL/Pipeline/FASTA/DumpFile.pm
+1
-0
No files found.
modules/Bio/EnsEMBL/Pipeline/FASTA/DumpFile.pm
View file @
5a228435
...
...
@@ -255,6 +255,7 @@ sub _dump_dna {
#input_id
push
(
@
{
$self
->
param
('
dataflows
')},
[{
data_type
=>
'
dna
',
species
=>
$self
->
param
('
species
')
},
$DNA_INDEXING_FLOW
]);
push
(
@
{
$self
->
param
('
dataflows
')},
[{
data_type
=>
'
dna_sm
',
species
=>
$self
->
param
('
species
')
},
$DNA_INDEXING_FLOW
]);
push
(
@
{
$self
->
param
('
dataflows
')},
[{
data_type
=>
'
dna_rm
',
species
=>
$self
->
param
('
species
')
},
$DNA_INDEXING_FLOW
]);
return
;
}
...
...
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