Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • Gerald_H/python-programming
  • franziska.niemeyer/python-programming
  • ggp_python/python-programming
3 results
Show changes
Commits on Source (52)
Showing
with 623 additions and 0 deletions
File deleted
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File moved
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
%% Cell type:markdown id: tags:
## Part2 - characters
%% Cell type:markdown id: tags:
---
2.1) Read the file AtCol0_Exons.fasta and write the following:
* Only Arabidopsis Gene Identifier (e.g. AT1G01010)
* Gene Identifier, exon name, exon length (tab-delimited)
%% Cell type:code id: tags:
```
```