Recent Releases of chrombpnet

chrombpnet - v1.0.1

Full Changelog: https://github.com/kundajelab/chrombpnet/compare/V1.0...v1.0.1

- Jupyter Notebook
Published by panushri25 8 months ago

chrombpnet - v1.0

BiorXiv Release

- Jupyter Notebook
Published by annashcherbina about 1 year ago

chrombpnet - pre-release-v1.1

What's Changed

  • gc-matching and preprocess by @panushri25 in https://github.com/kundajelab/chrombpnet/pull/1
  • fixed consistency in gcmatchednegatives by @panushri25 in https://github.com/kundajelab/chrombpnet/pull/3
  • Preprocessing by @panushri25 in https://github.com/kundajelab/chrombpnet/pull/2
  • Variant effect prediction by @panushri25 in https://github.com/kundajelab/chrombpnet/pull/4
  • changed outputdir to outputprefix to align with script by @kmualim in https://github.com/kundajelab/chrombpnet/pull/5
  • Fixed bug with merged bam file directory in data download step of tut… by @amanpatel101 in https://github.com/kundajelab/chrombpnet/pull/7
  • fix typos in documentation by @kmualim in https://github.com/kundajelab/chrombpnet/pull/8
  • Fixes to docker image and tutorial by @amanpatel101 in https://github.com/kundajelab/chrombpnet/pull/9
  • seed set properly to ensure reproducibility by @panushri25 in https://github.com/kundajelab/chrombpnet/pull/19
  • adding pseudocount to prevent div by 0 error by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/13
  • added commands to stop any shell script on error and return fail code by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/12
  • Fixed misspelling of "mediannormjsd" by @amanpatel101 in https://github.com/kundajelab/chrombpnet/pull/21
  • Fixed pandas errors - added changes this time lol by @amanpatel101 in https://github.com/kundajelab/chrombpnet/pull/15
  • invivo footprinting changes to fit to the new format by @panushri25 in https://github.com/kundajelab/chrombpnet/pull/22
  • Changing marginal footprinting operate on the test chromosomes, not a single hardcoded one by @amanpatel101 in https://github.com/kundajelab/chrombpnet/pull/20
  • fix typo by @ziwei-75 in https://github.com/kundajelab/chrombpnet/pull/23
  • Fast genomewide GC binning by @austintwang in https://github.com/kundajelab/chrombpnet/pull/11
  • Remove "import keras" from predicttobigwig.py by @amanpatel101 in https://github.com/kundajelab/chrombpnet/pull/24
  • Updated version of Modisco in requirements.txt by @amanpatel101 in https://github.com/kundajelab/chrombpnet/pull/25
  • removing unused/empty chrombpnetwithbias_bigwig.py file by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/35
  • added model arg to fetchsnppredictions function by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/34
  • typo fix by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/32
  • typo fix by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/33
  • changed --outputdir to --outputpng as the code expects a path to an… by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/36
  • option to provide ylim for marging footprint plotting by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/27
  • Faster genomewide gc counting by @suragnair in https://github.com/kundajelab/chrombpnet/pull/30
  • Maintain consistency with getgenomewidegc_bins.py by @panushri25 in https://github.com/kundajelab/chrombpnet/pull/38
  • make num_shuffles a param and replace hard coded values of 20 by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/39
  • Improving modisco tomtom html documentation by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/56

New Contributors

  • @panushri25 made their first contribution in https://github.com/kundajelab/chrombpnet/pull/1
  • @kmualim made their first contribution in https://github.com/kundajelab/chrombpnet/pull/5
  • @amanpatel101 made their first contribution in https://github.com/kundajelab/chrombpnet/pull/7
  • @ziwei-75 made their first contribution in https://github.com/kundajelab/chrombpnet/pull/23
  • @suragnair made their first contribution in https://github.com/kundajelab/chrombpnet/pull/30

Full Changelog: https://github.com/kundajelab/chrombpnet/commits/v1.1

- Jupyter Notebook
Published by annashcherbina about 1 year ago

chrombpnet - pre-release-v1.2

What's Changed

WARNING: If upgrading from v1.0 or v1.1 to v1.2

Note that chrombpnet has undergone linting to generate a modular structure for release on pypi.Hard-coded script paths are no longer necessary. Please refer to the updated README (below) to ensure your script calls are compatible with v1.2

  • gc-matching and preprocess by @panushri25 in https://github.com/kundajelab/chrombpnet/pull/1
  • fixed consistency in gcmatchednegatives by @panushri25 in https://github.com/kundajelab/chrombpnet/pull/3
  • Preprocessing by @panushri25 in https://github.com/kundajelab/chrombpnet/pull/2
  • Variant effect prediction by @panushri25 in https://github.com/kundajelab/chrombpnet/pull/4
  • changed outputdir to outputprefix to align with script by @kmualim in https://github.com/kundajelab/chrombpnet/pull/5
  • Fixed bug with merged bam file directory in data download step of tut… by @amanpatel101 in https://github.com/kundajelab/chrombpnet/pull/7
  • fix typos in documentation by @kmualim in https://github.com/kundajelab/chrombpnet/pull/8
  • Fixes to docker image and tutorial by @amanpatel101 in https://github.com/kundajelab/chrombpnet/pull/9
  • seed set properly to ensure reproducibility by @panushri25 in https://github.com/kundajelab/chrombpnet/pull/19
  • adding pseudocount to prevent div by 0 error by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/13
  • added commands to stop any shell script on error and return fail code by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/12
  • Fixed misspelling of "mediannormjsd" by @amanpatel101 in https://github.com/kundajelab/chrombpnet/pull/21
  • Fixed pandas errors - added changes this time lol by @amanpatel101 in https://github.com/kundajelab/chrombpnet/pull/15
  • invivo footprinting changes to fit to the new format by @panushri25 in https://github.com/kundajelab/chrombpnet/pull/22
  • Changing marginal footprinting operate on the test chromosomes, not a single hardcoded one by @amanpatel101 in https://github.com/kundajelab/chrombpnet/pull/20
  • fix typo by @ziwei-75 in https://github.com/kundajelab/chrombpnet/pull/23
  • Fast genomewide GC binning by @austintwang in https://github.com/kundajelab/chrombpnet/pull/11
  • Remove "import keras" from predicttobigwig.py by @amanpatel101 in https://github.com/kundajelab/chrombpnet/pull/24
  • Updated version of Modisco in requirements.txt by @amanpatel101 in https://github.com/kundajelab/chrombpnet/pull/25
  • removing unused/empty chrombpnetwithbias_bigwig.py file by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/35
  • added model arg to fetchsnppredictions function by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/34
  • typo fix by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/32
  • typo fix by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/33
  • changed --outputdir to --outputpng as the code expects a path to an… by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/36
  • option to provide ylim for marging footprint plotting by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/27
  • Faster genomewide gc counting by @suragnair in https://github.com/kundajelab/chrombpnet/pull/30
  • Maintain consistency with getgenomewidegc_bins.py by @panushri25 in https://github.com/kundajelab/chrombpnet/pull/38
  • make num_shuffles a param and replace hard coded values of 20 by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/39
  • No jitter on negatives for staging by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/53
  • Improving modisco tomtom html documentation for staging by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/52
  • Staging by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/54
  • generate installable package for chrombpnet that corresponds to pypi release 0.1 by @annashcherbina in https://github.com/kundajelab/chrombpnet/pull/26
  • No jitter on negatives by @panushri25 in https://github.com/kundajelab/chrombpnet/pull/37
  • Improving modisco tomtom html documentation by @panushri25 in https://github.com/kundajelab/chrombpnet/pull/40

New Contributors

  • @panushri25 made their first contribution in https://github.com/kundajelab/chrombpnet/pull/1
  • @kmualim made their first contribution in https://github.com/kundajelab/chrombpnet/pull/5
  • @amanpatel101 made their first contribution in https://github.com/kundajelab/chrombpnet/pull/7
  • @ziwei-75 made their first contribution in https://github.com/kundajelab/chrombpnet/pull/23
  • @suragnair made their first contribution in https://github.com/kundajelab/chrombpnet/pull/30

Full Changelog: https://github.com/kundajelab/chrombpnet/commits/v1.2

- Jupyter Notebook
Published by annashcherbina about 1 year ago

chrombpnet - v1.4

- Jupyter Notebook
Published by annashcherbina about 1 year ago

chrombpnet - v0.1.7

Full Changelog: https://github.com/kundajelab/chrombpnet/compare/v0.1.6...v0.1.7

- Jupyter Notebook
Published by panushri25 about 2 years ago

chrombpnet - v0.1.6

Fixes issue #150 and handles filtering of regions for contribution bigwig building correctly. The user no longer needs to pre-filter regions as mentioned in the wiki for generating contribution scores.

Full Changelog: https://github.com/kundajelab/chrombpnet/compare/v0.1.5...v0.1.6

- Jupyter Notebook
Published by panushri25 about 2 years ago

chrombpnet - v0.1.5

Full Changelog: https://github.com/kundajelab/chrombpnet/compare/v0.1.4...v0.1.5

- Jupyter Notebook
Published by panushri25 over 2 years ago

chrombpnet - v0.1.4

  • (MAJOR) Bug in chrombpnet modisco_motifs command. seqlets was limited to 50000. If users wanted to change it to 1 million this did not happen.
  • Filter peaks at edges for pred_bw command and bias pipleline. So bias evaluation now done on these filtered peaks.
  • Preprocessing deafulted to use unix sort. Provided option to switch to bedtools sort.
  • Provided option to use filter chromosomes option in preprocessing.

Full Changelog: https://github.com/kundajelab/chrombpnet/compare/v0.1.3...v0.1.4

- Jupyter Notebook
Published by panushri25 over 2 years ago

chrombpnet - v0.1.3

What's Changed

  • fix: correct misspelling resonse->response in output files by @riyavsinha in https://github.com/kundajelab/chrombpnet/pull/107
  • Migrate from tensorflow-gpu to tensorflow by @austintwang in https://github.com/kundajelab/chrombpnet/pull/105
  • Temporary patch to fix deepish incompatibility with numpy (will replace deepdish in future versions)
  • Added ISMB talk to documentation

Full Changelog: https://github.com/kundajelab/chrombpnet/compare/v0.1.2...v0.1.3

- Jupyter Notebook
Published by panushri25 over 2 years ago

chrombpnet - v0.1.2

What's Changed

  • Consolidate docker layers by @annashch-insitro in https://github.com/kundajelab/chrombpnet/pull/85
  • fix: modify preprocessing to filter reads from chroms not in ref fasta by @riyavsinha in https://github.com/kundajelab/chrombpnet/pull/87
  • Added scripts to compress deepshaps, float16 on shaps and int8 on the raw
  • modisco-lite version upgrade

New Contributors

  • @annashch-insitro made their first contribution in https://github.com/kundajelab/chrombpnet/pull/85
  • @riyavsinha made their first contribution in https://github.com/kundajelab/chrombpnet/pull/87

Full Changelog: https://github.com/kundajelab/chrombpnet/compare/v0.1.1...v0.1.2

- Jupyter Notebook
Published by panushri25 almost 3 years ago

chrombpnet - v0.1.1

What's Changed

  • Made marginal foot-printing check stringent by checking for < 0.003 across all motifs
  • Fixed Chrombpnet pipeline issue in generating pdf/html files for DNase
  • Moved to using bedtools sort instead of unix sort
  • Set counts loss weight to 1 for both chrombpnet and bias model when reads are low - should now accomodate low read data as well
  • fixed typo bug in chrombpnet modisco run
  • Testing low read run by @panushri25 in https://github.com/kundajelab/chrombpnet/pull/84

Full Changelog: https://github.com/kundajelab/chrombpnet/compare/v0.1.0...v0.1.1

- Jupyter Notebook
Published by panushri25 about 3 years ago

chrombpnet - v0.1.0

Initial pypi release

- Jupyter Notebook
Published by annashcherbina about 3 years ago

chrombpnet - v1.3-pre-release

- Jupyter Notebook
Published by annashcherbina about 3 years ago