Skip to content

Commit

Permalink
docs: udpated changelong
Browse files Browse the repository at this point in the history
  • Loading branch information
dnousome committed Nov 18, 2024
1 parent 1a5e177 commit da050e3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
run: |
logan init
logan run -profile ci_stub,docker \
--fastq_input "/opt2/.tests/*R{1,2}.fastq.gz" \
--fastq_input ".tests/*R{1,2}.fastq.gz" \
--vc --cnv --sv \
--genome hg38 \
--outdir /opt2/output_tn_fqs \
--intervals /opt2/.tests/interval.bed \
--outdir output_tn_fqs \
--intervals .tests/interval.bed \
-stub
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# LOGAN development version

## LOGAN 0.2.0
### New features
- Added additional SV callers(GRIDSS) and annotation for SV (GRIPSS) + CNV Callers (ASCAT, CNVKit)
- Bugfixes for hg19 by fixing references
- Updated PON for hg38 using TCGA/GDC references
- In development: adding exome support by using bed file to restrict calling regions

## LOGAN 0.1.0
### Features
- Changed over to Nextflow CCBR template and pip packaging
- Processes moved to `modules/local` directory
- Workflows under the `subworkflows/local` directory
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0-dev
0.2.0

0 comments on commit da050e3

Please sign in to comment.