We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0742c8c commit bdac044Copy full SHA for bdac044
1 file changed
README.md
@@ -99,6 +99,7 @@ If you wish to run EnhancerDetector via the jupyter notebook:
99
input_fly.fasta = Includes ten fly sequences in fasta format, the first five are likely enhancers while the last five are non-enhancers.
100
101
3. In the main directory run EnhancerDetector.py
102
+
103
For Human
104
> python EnhancerDetector.py --species human --input input_human.fa --outdir Output
105
@@ -109,6 +110,7 @@ If you wish to run EnhancerDetector via the jupyter notebook:
109
110
> python EnhancerDetector.py --species fly --input input_fly.fa --outdir Output
111
112
If you want to generate a CAM output for each sequence run:
113
114
115
> python EnhancerDetector.py --species human --input input_human.fa --cam --outdir Output
116
0 commit comments