Skip to content

Commit

Permalink
Updated README and bumped version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanfeifuzzy committed Jul 2, 2021
1 parent 32ea658 commit b7ff359
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ optional arguments:
Space separated INPUT bam files (at least 2 files).
--peak_beds PEAK_BEDS [PEAK_BEDS ...]
Space separated peak bed files (at least 2 files).
--ids IDS [IDS ...] Optional space separated short IDs (e.g., S1, S2, S3) for datasets.
--read_type READ_TYPE
Read type of eCLIP experiment, either SE or PE.
--outdir OUTDIR Path to output directory.
Expand Down
2 changes: 1 addition & 1 deletion peak/peak.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
parser.add_argument('--ip_bams', nargs='+', help='Space separated IP bam files (at least 2 files).')
parser.add_argument('--input_bams', nargs='+', help='Space separated INPUT bam files (at least 2 files).')
parser.add_argument('--peak_beds', nargs='+', help="Space separated peak bed files (at least 2 files).")
parser.add_argument('--ids', nargs='+', help="Space separated short IDs (e.g., S1, S2, S3) for datasets.")
parser.add_argument('--ids', nargs='+', help="Optional space separated short IDs (e.g., S1, S2, S3) for datasets.")
parser.add_argument('--read_type', help="Read type of eCLIP experiment, either SE or PE.", default='PE')
parser.add_argument('--outdir', type=str, help="Path to output directory.")
parser.add_argument('--species', type=str, help="Short code for species, e.g., hg19, mm10.")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='eclip-peak',
version='1.0.3',
version='1.0.4',
description='Pipeline for using IDR to identify a set of reproducible peaks given eClIP dataset with '
'two or three replicates.',
long_description=long_description,
Expand Down

0 comments on commit b7ff359

Please sign in to comment.