Skip to content

Commit

Permalink
removed unneccessary inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoMernberger committed Aug 20, 2024
1 parent 4f8933c commit df5bcd1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ involved several steps.
of each synthetic sequence directly.


#### The run-script
#### The run script

The [main.py](main.py) python script contains the complete run script used to create these counts.

Expand Down
6 changes: 0 additions & 6 deletions demo/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,7 @@
import pandas as pd
import re
import subprocess
import sys
sys.path.append("../../code/counting_sequences/src")
sys.path.append("../../code/mplots/src")
sys.path.append("../../code/mmdemultiplex/src")
import mbf
import os
import counting_sequences
import mmdemultiplex

Expand All @@ -50,7 +45,6 @@
from mmdemultiplex import get_barcode_df
from counting_sequences import ngmerge


########################
# instantiate pipegraph
########################
Expand Down
2 changes: 1 addition & 1 deletion readme.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
" of each synthetic sequence directly.\n",
"\n",
"\n",
"#### The run-script\n",
"#### The run script\n",
"\n",
" The [main.py](main.py) python script contains the complete run script used to create these counts.\n",
" \n",
Expand Down

0 comments on commit df5bcd1

Please sign in to comment.