From 4f1398aff19957352124349e83f0f1684f070f46 Mon Sep 17 00:00:00 2001 From: Bianca Frommer <frommer@cebitec.uni-bielefeld.de> Date: Mon, 4 Sep 2023 11:00:18 +0200 Subject: [PATCH] Upload New File --- ...Python_course_2023_exercises_D_part2.ipynb | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 Exercises/Python_course_2023_exercises_D_part2.ipynb diff --git a/Exercises/Python_course_2023_exercises_D_part2.ipynb b/Exercises/Python_course_2023_exercises_D_part2.ipynb new file mode 100644 index 0000000..c7eb021 --- /dev/null +++ b/Exercises/Python_course_2023_exercises_D_part2.ipynb @@ -0,0 +1,49 @@ +{ + "nbformat": 4, + "nbformat_minor": 0, + "metadata": { + "colab": { + "provenance": [] + }, + "kernelspec": { + "name": "python3", + "display_name": "Python 3" + } + }, + "cells": [ + { + "cell_type": "markdown", + "metadata": { + "id": "oOKcgJ_eMTgE" + }, + "source": [ + "## Part2 - characters" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "MMM8BTO3MgXN" + }, + "source": [ + "\n", + "\n", + "---\n", + "2.1) Read the file AtCol0_Exons.fasta and write the following:\n", + "* Only Arabidopsis Gene Identifier (e.g. AT1G01010)\n", + "* Gene Identifier, exon name, exon length (tab-delimited)\n", + "\n", + "\n" + ] + }, + { + "cell_type": "code", + "metadata": { + "id": "oiHgx5jQMyNX" + }, + "source": [], + "execution_count": null, + "outputs": [] + } + ] +} \ No newline at end of file -- GitLab