Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
biocham
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Lifeware
biocham
Commits
29ceb236
Commit
29ceb236
authored
Oct 16, 2015
by
Thierry Martinez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
export_trace
parent
42ef53ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
traces.pl
traces.pl
+3
-3
No files found.
traces.pl
View file @
29ceb236
...
...
@@ -3,7 +3,7 @@
[
add_trace
/
2
,
load_trace
/
1
,
save
_trace
/
1
,
export
_trace
/
1
,
select_trace
/
1
,
rename_trace
/
1
,
list_traces
/
0
,
...
...
@@ -43,11 +43,11 @@ load_trace(InputFile) :-
).
save
_trace
(
OutputFile
)
:-
export
_trace
(
OutputFile
)
:-
biocham_command
,
type
(
OutputFile
,
output_file
),
doc
(
'
save
s the current trace into a \\texttt{.csv} file.'
),
export
s the current trace into a \\texttt{.csv} file.'
),
get_trace_data
(
Data
),
once
(
filename
(
OutputFile
,
Filename
)),
automatic_suffix
(
Filename
,
'.csv'
,
write
,
FilenameCsv
),
...
...
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