Releases: rnakato/Churros
Releases · rnakato/Churros
Version 1.3.0
Version 1.2.2
1.2.2 (2024-10-02)
- Updated SAMtools from 1.19.2 to 1.21
- Updated SRA Toolkit from 3.0.10 to v3.1.1
- Added parallel-fastq-dump
- Added
Arabidopsis thaliana
genome (TAIR10) indownload_genomedata.sh
.
1.2.1 (2024-9-25)
- Fixed a bug in
churros
where the last line of the samplelist was not read correctly if there was no newline character at the end. - Modified
churros
to allow space-separated samplelist.txt. - Fixed an issue where several R tools were unusable since
v1.2.0
. - Added scripts for DNA methylation analysis in the
tutorial
directory.
1.2.0 (2024-8-25)
- Fixed a bug in
SSP
andDROMPAplus
that causes a memory error when the input file has long reads (>200 bp).
1.1.2 (2024-8-10)
- Fixed a bug in
churros_compare
that caused the sample labels indrompa+.macspeak.PCSHARP.100.pdf
to be displayed incorrectly if the input samples were not specified in samplepairlist.txt.
1.1.1 (2024-7-18)
- Fixed a bug in
churros_compare
that had an error when comparing bigWig files.
1.1.0 (2024-7-02)
Version 1.0.0
1.0.0 (2024-5-19)
- Added
churros_mapping_spikein
for spike-in normalization. - Changed Python environment from conda to micromamba (
/opt/micromamba
)
0.13.2 (2024-4-6)
- Big fix when no input samples are specified in samplepairlist.txt.
0.13.1 (2024-3-29)
- Added to
churros
the function that checks if the samples shown in samplepairlist.txt are in samplelist.txt. - Fixed a bug in
churros
when applying single-end reads with the--fastqtrimming
option.
Version 0.13.0
0.13.0
- Modified fastp execution to handle paired-end FASTQ files at a same time
- Added
--nofilter
,--fastqtrimming
and--parse2wigparam
options tochurros
- Added
-N: do not filter PCR duplication
and-Q: additional parameter for parse2wig+
options tochurros_mapping
- Added
-e
and-x
options tochurros_genPvalwig
to generate different wig files for visualization. - Added
n: do not filter PCR duplication
and-P: other options
options toparse2wig+.sh
. - Added
mptable.UCSC.T2T.28mer.flen150.txt
andmptable.UCSC.T2T.36mer.flen150.txt
inSSP/data/mptable
. - Added the ideogram file for the T2T genome in
DROMPAplus/data/ideogram
. - Fixed a bug in
churros_mapping
andchurros_callpeak
that did not handle the name of the mapfiles correctly when passing additional parameters tobowtie2.sh
. - Fixed a bug in
churros_peakcall
that did not createmacs/samplepairlist.txt
correctly when input samples were not specified. - Updated
churros_mapping
to show header correctly for paired-end FASTQ files. - Modified
download_genomedata.sh
to download the reference file of the T2T genome. - Added ATACseqQC for quality check of ATAC-seq data
- Added TFBSTools for motif search
- Updated chromap from v0.2.5 to v0.2.6
- Updated SSP and DROMPAplus to modify
parsestats4DROMPAplus.pl
- Fixed the warning of xargs in
churros_callpeak
download_genomedata.sh
:- Updated the version of Ensemble data from 106 to 111.
- Added
Medaka
genome.
- Changed
churros_visualize
to allow ChIP samples even without the input sample when the-G
option is specified. - Added the
-n: do not filter PCR duplicate
option tochurros_genPvalwig
.
version 0.12.2
0.12.2 (2024-3-5)
- Fixed a bug in
churros
that did not output the mapping statistics file properly.
0.12.1 (2024-3-3)
- Fixed a bug in
download_genomedata.sh
that did not download the genome data correctly. - Install MS core fonts (ttf-mscorefonts-installer)
0.12.0 (2024-2-25)
- Added Cobind for evaluating overlap of peaks
- Fixed a bug in
churros_mapping
where the-n
option was not recognized.
0.11.1 (2024-2-21)
- Install MS core fonts (ttf-mscorefonts-installer)
version 0.11.0
0.11.0 (2024-2-3)
- Added
checkQC.py
for checking the quality of the input ChIP-seq samplescheckQC.py
outputs the warnings inChurros_result/<build>/QCcheck.log
if the samples do not meet the quality criteria.
- Installed
sudo
- Updated Miniconda from Python 3.9 to Python 3.10
- Updated Bowtie2 from v2.4.5 to v2.5.3
- Updated chromap from v0.2.4 to v0.2.5
- Updated ChromHMM from v1.24 to v1.25
- Updated ChromImpute from v1.0.3 to v1.0.5
0.10.9 (2024-1-30)
- Added STARE for enhancer-promoter analysis
- Updated SAMtools from 1.17 to 1.19.2
- Updated SRAtoolkit from 3.0.2 to 3.0.10
0.10.8 (2024-1-12)
- Added a script
generate_samplelist_from_SRA.py
that generates the sample list from SraExperimentPackage.xml and SraRunTable.txt.
0.10.7 (2023-12-31)
- Updated SSP (v1.3.0 -> v1.3.1) and DROMPA+ (v1.18.0 -> v1.18.1).
- Update Manual
version 0.10.6
0.10.6 (2023-12-26)
- Added warning messages in
churros
when there are the same raws insamplelist.txt
.
0.10.5 (2023-12-21)
- Bug fix in
gen_samplelist.sh
0.10.4 (2023-12-12)
- Changed the directory of the fastqc and fastp output files from
Churros_result/$build
toChurros_result/
because they are independent of the genome build.
0.10.3 (2023-11-06)
- Added
convert_SraRunTable_to_samplelist.py
that makes samplelist.txt from SraRunTable.txt