# HG changeset patch # User pjbriggs # Date 1469541261 14400 # Node ID f346287fe52c28e083a924b7fe4492f812d8c34f # Parent 062311890289aedddc8087fda2a76a17851b758a Uploaded diff -r 062311890289 -r f346287fe52c README.rst --- a/README.rst Mon Jun 15 08:32:55 2015 -0400 +++ b/README.rst Tue Jul 26 09:54:21 2016 -0400 @@ -59,6 +59,8 @@ ========== ====================================================================== Version Changes ---------- ---------------------------------------------------------------------- +2.1.0-5 - User must explicitly specify the format for the inputs (to allow + for paired-end data) 2.1.0-4 - Remove 'bdgcmp' functionality. 2.1.0-3 - Add tool tests 2.1.0-2 - Add option to create bigWig file from bedGraphs; fix bug with -B diff -r 062311890289 -r f346287fe52c macs21_wrapper.xml --- a/macs21_wrapper.xml Mon Jun 15 08:32:55 2015 -0400 +++ b/macs21_wrapper.xml Tue Jul 26 09:54:21 2016 -0400 @@ -1,4 +1,4 @@ - + Model-based Analysis of ChIP-Seq: peak calling python @@ -19,7 +19,7 @@ -c $input_control_file1 #end if ## - --format=$input_chipseq_file1.extension + --format=$format --name="$experiment_name" --bw=$bw ## @@ -114,6 +114,15 @@ value="0.1" help="default: 0.1 (--broad-cutoff)"/> + + + + + + + + + + - + - + @@ -45,20 +45,12 @@ https://pypi.python.org/packages/source/M/MACS2/MACS2-2.1.0.20140616.tar.gz - + - - - $INSTALL_DIR/lib/python - echo PWD is: ; - pwd ; - echo PYTHONPATH is $PYTHONPATH ; - python -c "import numpy" ; - echo About to do the operations: ; export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin