Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
raccroche_v2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Alex Liu (nma904)
raccroche_v2
Compare revisions
c76b5dd928450c34995634bf4c7adb8d779ebabd to f97e90efb3d164325e24c37e3f68ff4b1ce6229d
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
nma904/module1_2
Select target project
No results found
f97e90efb3d164325e24c37e3f68ff4b1ce6229d
Select Git revision
Branches
main
master
Swap
Target
nma904/module1_2
Select target project
cpv616/module1_2
nma904/module1_2
2 results
c76b5dd928450c34995634bf4c7adb8d779ebabd
Select Git revision
Branches
main
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
ignore *.DS_Store
· dcd0ccec
Lingling Jin (lij313)
authored
2 years ago
dcd0ccec
fixed ancestor labelling
· a30e667c
Lingling Jin (lij313)
authored
2 years ago
a30e667c
output gene family file to be consistent with module 3
· f97e90ef
Lingling Jin (lij313)
authored
2 years ago
f97e90ef
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
module1_2/inputData/project-legumes8/Genomes.txt
+7
-7
7 additions, 7 deletions
module1_2/inputData/project-legumes8/Genomes.txt
module1_2/src/GeneFamily.py
+459
-453
459 additions, 453 deletions
module1_2/src/GeneFamily.py
with
467 additions
and
461 deletions
.gitignore
View file @
f97e90ef
*.ipynb_checkpoints
*__pycache__
outputData
.DS_Store
\ No newline at end of file
*.DS_Store
This diff is collapsed.
Click to expand it.
module1_2/inputData/project-legumes8/Genomes.txt
View file @
f97e90ef
#genomeID genomeName ancestor numChr
64965 Vitis 1 19
64962 Prunus
2
8
64734 Quillaja
3
14
64742 Cercis
4
7
64767 Sindora
5
1
3
64768 Senna
6
13
64963 Phaseolus
7
11
64964 Medicago
7
8
64962 Prunus
1
8
64734 Quillaja
2
14
64742 Cercis
3
7
64767 Sindora
4
1
2
64768 Senna
5
13
64963 Phaseolus
6
11
64964 Medicago
6
8
This diff is collapsed.
Click to expand it.
module1_2/src/GeneFamily.py
View file @
f97e90ef
This diff is collapsed.
Click to expand it.