Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frictionlesser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johann Dreo
frictionlesser
Commits
eefd0517
Commit
eefd0517
authored
2 years ago
by
nojhan
Browse files
Options
Downloads
Patches
Plain Diff
fix preproc
parent
4d2cda90
No related branches found
Branches containing commit
Tags
v0.4_PARIS_expe_4
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ext/Catch2
+1
-1
1 addition, 1 deletion
ext/Catch2
scripts/paris/ranks_tsv_to_h5an.py
+3
-3
3 additions, 3 deletions
scripts/paris/ranks_tsv_to_h5an.py
with
4 additions
and
4 deletions
Catch2
@
dc001fa9
Compare
50bf00e2
...
dc001fa9
Subproject commit
50bf00e266b32531385c9098f2676875c0aa8ac2
Subproject commit
dc001fa935d71b4b77f263fce405c9dbdfcbfe28
This diff is collapsed.
Click to expand it.
scripts/paris/ranks_tsv_to_h5an.py
+
3
−
3
View file @
eefd0517
...
...
@@ -8,7 +8,7 @@ if __name__ == "__main__":
ranks
=
signatures
.
load_ranks_csv
(
sys
.
argv
[
1
])
adata
=
ad
.
read
(
sys
.
argv
[
2
])
adata
.
layers
[
"
ranks
"
]
=
ranks
adata
.
write
(
sys
.
argv
[
3
],
compress
ed
=
"
gzip
"
)
adata
.
layers
[
"
ranks
"
]
=
ranks
.
T
adata
.
write
(
sys
.
argv
[
3
],
compress
ion
=
"
gzip
"
)
print
(
adata
,
out
=
sys
.
stderr
,
flush
=
True
)
print
(
adata
,
file
=
sys
.
stderr
,
flush
=
True
)
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