Skip to content

Commit

Permalink
Add notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
saketkc committed Jun 20, 2019
1 parent 3839b6f commit 3071de3
Show file tree
Hide file tree
Showing 14 changed files with 4,417 additions and 65 deletions.
42 changes: 24 additions & 18 deletions notebooks/BDGP6.ipynb
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,16 @@
"metadata": {},
"outputs": [],
"source": [
"gtf = '/home/cmb-panasas2/skchoudh/genomes/drosophila_melanogaster_BDGP6/annotation/Drosophila_melanogaster.BDGP6.91.gtf'\n",
"gtf_db = '/home/cmb-panasas2/skchoudh/genomes/drosophila_melanogaster_BDGP6/annotation/Drosophila_melanogaster.BDGP6.91.gtf.db'\n",
"prefix = '/home/cmb-panasas2/skchoudh/github_projects/riboraptor/riboraptor/annotation/BDGP6/v91'\n",
"chrsizes = '/home/cmb-panasas2/skchoudh/genomes/drosophila_melanogaster_BDGP6/fasta/Drosophila_melanogaster.BDGP6.dna.toplevel.sizes'\n",
"#gtf = '/home/cmb-panasas2/skchoudh/genomes/drosophila_melanogaster_BDGP6/annotation/Drosophila_melanogaster.BDGP6.91.gtf'\n",
"#gtf_db = '/home/cmb-panasas2/skchoudh/genomes/drosophila_melanogaster_BDGP6/annotation/Drosophila_melanogaster.BDGP6.91.gtf.db'\n",
"#prefix = '/home/cmb-panasas2/skchoudh/github_projects/riboraptor/riboraptor/annotation/BDGP6/v91'\n",
"#chrsizes = '/home/cmb-panasas2/skchoudh/genomes/drosophila_melanogaster_BDGP6/fasta/Drosophila_melanogaster.BDGP6.dna.toplevel.sizes'\n",
"#mkdir_p(prefix)\n",
"\n",
"gtf = '/home/cmb-panasas2/skchoudh/genomes/BDGP6/annotation/Drosophila_melanogaster.BDGP6.22.96.gtf'\n",
"gtf_db = '/home/cmb-panasas2/skchoudh/genomes/BDGP6/annotation/Drosophila_melanogaster.BDGP6.22.96.gtf.db'\n",
"prefix = '/home/cmb-panasas2/skchoudh/github_projects/riboraptor/riboraptor/annotation/BDGP6/v96'\n",
"chrsizes = '/home/cmb-panasas2/skchoudh/genomes/BDGP6/fasta/Drosophila_melanogaster.BDGP6.22.dna.toplevel.sizes'\n",
"mkdir_p(prefix)"
]
},
Expand Down Expand Up @@ -117,7 +123,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -130,7 +136,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand All @@ -155,7 +161,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -239,16 +245,16 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 7,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<BedTool(/home/cmb-panasas2/skchoudh/github_projects/riboraptor/riboraptor/annotation/BDGP6/v91/cds.bed.gz)>"
"<BedTool(/home/cmb-panasas2/skchoudh/github_projects/riboraptor/riboraptor/annotation/BDGP6/v96/cds.bed.gz)>"
]
},
"execution_count": 8,
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -331,16 +337,16 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 8,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<BedTool(/home/cmb-panasas2/skchoudh/github_projects/riboraptor/riboraptor/annotation/BDGP6/v91/stop_codon.bed.gz)>"
"<BedTool(/home/cmb-panasas2/skchoudh/github_projects/riboraptor/riboraptor/annotation/BDGP6/v96/stop_codon.bed.gz)>"
]
},
"execution_count": 9,
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -383,21 +389,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python [default]",
"display_name": "Python [conda env:riboraptor]",
"language": "python",
"name": "python2"
"name": "conda-env-riboraptor-py"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.15"
"pygments_lexer": "ipython3",
"version": "3.6.7"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 3071de3

Please sign in to comment.