Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
e4dabd45
Commit
e4dabd45
authored
14 years ago
by
kohleman
Browse files
Options
Downloads
Patches
Plain Diff
append a tab at the end so that the tsv file is valid and can be read by the tsv reporting plugin
SVN: 15996
parent
66d0d7fd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deep_sequencing_unit/source/java/ch/ethz/bsse/cisd/dsu/dss/FlowLaneFeeder.java
+2
-2
2 additions, 2 deletions
...source/java/ch/ethz/bsse/cisd/dsu/dss/FlowLaneFeeder.java
with
2 additions
and
2 deletions
deep_sequencing_unit/source/java/ch/ethz/bsse/cisd/dsu/dss/FlowLaneFeeder.java
+
2
−
2
View file @
e4dabd45
...
@@ -283,10 +283,10 @@ class FlowLaneFeeder extends AbstractPostRegistrationDataSetHandlerForFileBasedU
...
@@ -283,10 +283,10 @@ class FlowLaneFeeder extends AbstractPostRegistrationDataSetHandlerForFileBasedU
}
}
if
(
srfInfo
.
isEmpty
()
==
false
)
if
(
srfInfo
.
isEmpty
()
==
false
)
{
{
builder
.
append
(
"\n==== SRF Info ====\n"
);
builder
.
append
(
"\n==== SRF Info ====\
t\
n"
);
for
(
String
line
:
srfInfo
)
for
(
String
line
:
srfInfo
)
{
{
builder
.
append
(
line
).
append
(
'
\n
'
);
builder
.
append
(
line
).
append
(
"\t
\n
"
);
}
}
}
}
String
sampleCode
=
flowLaneSample
.
getCode
();
String
sampleCode
=
flowLaneSample
.
getCode
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment