Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linked reads molecule ordering
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
Container Registry
Model registry
Operate
Environments
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
Yoann DUFRESNE
linked reads molecule ordering
Commits
cd20dda3
Commit
cd20dda3
authored
5 years ago
by
Yoann Dufresne
Browse files
Options
Downloads
Patches
Plain Diff
clean repository
parent
0c032479
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
snake_exec/CMD_acc_sens
+0
-11
0 additions, 11 deletions
snake_exec/CMD_acc_sens
snake_exec/CMD_table_evaluate
+0
-9
0 additions, 9 deletions
snake_exec/CMD_table_evaluate
with
2 additions
and
20 deletions
.gitignore
+
2
−
0
View file @
cd20dda3
...
@@ -3,8 +3,10 @@ real_data/
...
@@ -3,8 +3,10 @@ real_data/
art/
art/
**/__pycache__/
**/__pycache__/
*.pyc
*.pyc
*.egg-info/
.pytest_cache/
.pytest_cache/
.idea/
.idea/
.snakemake/
.snakemake/
snake_tests/
snake_tests/
**/*.tmp
**/*.tmp
**/snake_*
This diff is collapsed.
Click to expand it.
snake_exec/CMD_acc_sens
deleted
100644 → 0
+
0
−
11
View file @
0c032479
#!/bin/bash
python3 ../deconvolution/main/to_d2_graph.py simu_0_bar_n
"
$n
"
_d
"
$d
"
_m
"
$m
"
-dev
"
$dev
"
.gexf
>
/dev/null 2>&1
mv
d2_graph.gexf simu_0_bar_n
"
$n
"
_d
"
$d
"
_m
"
$m
"
-dev
"
$dev
"
.gexf.d2_graph.gexf
python ../deconvolution/main/d2_reduction.py
--output_d2_name
simu_0_bar_n
"
$n
"
_d
"
$d
"
_m
"
$m
"
-dev
"
$dev
"
.gexf.d2_graph_reduced.gexf simu_0_bar_n
"
$n
"
_d
"
$d
"
_m
"
$m
"
-dev
"
$dev
"
.gexf simu_0_bar_n
"
$n
"
_d
"
$d
"
_m
"
$m
"
-dev
"
$dev
"
.gexf.d2_graph.gexf 2>&1
>
/dev/null
echo
"Gb
$n
$d
$m
$dev
"
python ../deconvolution/main/d2_random_path_evaluation.py simu_0_bar_n
"
$n
"
_d
"
$d
"
_m
"
$m
"
-dev
"
$dev
"
.gexf
$n
-
$d
-
$dev
Gb
echo
"Lcp
$n
$d
$m
$dev
"
python ../deconvolution/main/d2_random_path_evaluation.py simu_0_bar_n
"
$n
"
_d
"
$d
"
_m
"
$m
"
-dev
"
$dev
"
.gexf.d2_graph_reduced.gexf
$n
-
$d
-
$dev
Lcp
This diff is collapsed.
Click to expand it.
snake_exec/CMD_table_evaluate
deleted
100644 → 0
+
0
−
9
View file @
0c032479
#!/bin/bash
python3 ../deconvolution/main/to_d2_graph.py simu_0_bar_n
"
$n
"
_d
"
$d
"
_m
"
$m
"
-dev
"
$dev
"
.gexf
mv
d2_graph.gexf simu_0_bar_n
"
$n
"
_d
"
$d
"
_m
"
$m
"
-dev
"
$dev
"
.gexf.d2_graph.gexf
python ../deconvolution/main/d2_reduction.py
--output_d2_name
simu_0_bar_n
"
$n
"
_d
"
$d
"
_m
"
$m
"
-dev
"
$dev
"
.gexf.d2_graph_reduced.gexf simu_0_bar_n
"
$n
"
_d
"
$d
"
_m
"
$m
"
-dev
"
$dev
"
.gexf simu_0_bar_n
"
$n
"
_d
"
$d
"
_m
"
$m
"
-dev
"
$dev
"
.gexf.d2_graph.gexf
python ../deconvolution/main/d2_to_path_simple.py simu_0_bar_n
"
$n
"
_d
"
$d
"
_m
"
$m
"
-dev
"
$dev
"
.gexf simu_0_bar_n
"
$n
"
_d
"
$d
"
_m
"
$m
"
-dev
"
$dev
"
.gexf.d2_graph_reduced.gexf
python ../deconvolution/main/evaluate.py
--type
path
--barcode_graph
simu_0_bar_n
"
$n
"
_d
"
$d
"
_m
"
$m
"
-dev
"
$dev
"
.gexf simu_0_bar_n
"
$n
"
_d
"
$d
"
_m
"
$m
"
-dev
"
$dev
"
.gexf.d2_graph_reduced_path.gexf
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