Skip to content

Commit 038a2f0

Browse files
author
JudithNeukamm
committed
update readme
1 parent b62c46c commit 038a2f0

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

.travis.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
This method can be used to calculate damage profiles of mapped ancient DNA reads.
88

9-
Main author: Judith Neukamm <[email protected]>
10-
Contributor: Alexander Peltzer <[email protected]>
9+
Main author: Judith Neukamm <[email protected]>\
10+
Contributor: Alexander Peltzer <alexander.peltzer@qbic.uni-tuebingen.de>
1111

1212
###### Method
1313
DamageProfiler calculates damage profiles of mapped reads and provides a
@@ -42,6 +42,7 @@ The input sam/bam file.\
4242
The output folder.\
4343
\
4444
Options
45+
4546
**-l,--length <LENGTH>**\
4647
Number of bases which are computations.\
4748
\
@@ -65,10 +66,25 @@ Number of bases which are considered for plotting nucleotide misincorporations.\
6566
**-title,--title <TITLE>**\
6667
Title used for all plots (Default: file name of input SAM/BAM file).\
6768
\
68-
**-yaxis,--yaxis <YAXIS>**\
69-
Maximal value on y axis (Default: flexible, adapts to the calculated damage).\
69+
**-yaxis_damageplot,--yaxis_damageplot <YAXIS_DAMAGEPLOT>**\
70+
Maximal value on y axis (Default: flexible, adapts to the calculated damage).\
71+
\
72+
**-xaxis_histo_id_min,--xaxis_histo_id_min <XAXIS_HISTO_ID_MIN>**\
73+
Maximal value on y axis (Default: flexible, adapts to the calculated damage).\
74+
\
75+
**-xaxis_histo_id_max,--xaxis_histo_id_max <XAXIS_HISTO_ID_MAX>**\
76+
Maximal value on y axis (Default: flexible, adapts to the calculated damage).\
77+
\
78+
**-xaxis_histo_length_min,--xaxis_histo_length_min <XAXIS_HISTO_LENGTH_MIN>**\
79+
Maximal value on y axis (Default: flexible, adapts to the calculated damage).\
7080
\
81+
**-xaxis_histo_length_max,--xaxis_histo_length_max <XAXIS_HISTO_LENGTH_MAX>**\
82+
Maximal value on y axis (Default: flexible, adapts to the calculated damage).
83+
84+
85+
86+
7187

7288
Running the jar file without any parameter starts a GUI to configure the run.
7389

74-
Stay tuned, a more detailed description, manual and tutorial of DamageProfiler is coming soon.
90+
Stay tuned, a more detailed description, manual and tutorial of DamageProfiler is coming soon.

0 commit comments

Comments
 (0)