The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added a BAM/CRAM conversion to FASTQ step to run tools that depend on FASTQ files. It still is advised to supply a FASTQ file if possible to reduce runtime of the pipeline. #783
- Fix issue with vcf_collect when no fusions are found by fusioninspector #786
- Normalized gene expression calculated #488
- Primary assembly now used as main reference genome FASTA file, as recommended by the STAR manual #488
- Use of only ensembl GTF file, not chr.gtf file as GTF reference file #488
- Add nf-test to local module:
ENSEMBL_DOWNLOAD#539 - Add nf-test to local module:
HGNC_DOWNLOAD#540 - Add nf-test to local subworkflow:
STRINGTIE_WORKFLOW#541 - Option to avoid using COSMIC (for example in the case of clinical use) #547
- Add nf-test to nf-core module:
PICARD_COLLECTRNASEQMETRICSand update module #551 - Add
--skip_vcfboolean parameter to skip vcf file generation #554 - Add nf-test to local module:
FUSIONREPORT_DOWNLOAD#560 - Add nf-test to local subworkflow:
QC_WORKFLOW#568 - Add nf-test to local subworkflow:
TRIM_WORKFLOW#572 - Add nf-test to local module:
FUSIONREPORT_DETECT. ImproveFUSIONREPORT_DOWNLOADmodule #577 - Add nf-test to local subworkflow:
ARRIBA_WORKFLOW#578 - Add nf-test to local module:
STARFUSION_BUILD. #585 - Add nf-test to local module:
STARFUSION_DETECT. #586 - Added a new module
CTATSPLICING_STARTOCANCERINTRONSand a new parameter--ctatsplicing. This options creates reports on cancer splicing aberrations and requires one or both of--arribaand--starfusionto be given. #587 - Add parameter
--references_onlywhen no data should be analysed, but only the references should be built #505 - Add nf-test to local subworkflow:
FUSIONCATCHER_WORKFLOW#591 - Add nf-test to local subworkflow:
STARFUSION_WORKFLOW. #597 - Add nf-test to local module:
FUSIONINSPECTOR. #601 - Added
CTATSPLICING_PREPGENOMELIBto update the starfusion genome library directory with a cancer splicing index. #610 - Add nf-test to local subworkflow:
FUSIONREPORT_WORKFLOW. #607 - Add nf-test to local module:
ARRIBA_VISUALISATION. #625 - Added the following fields to the samplesheet #647:
bam: A BAM file aligned with STAR, it's the responsibility of the pipeline user to make sure this file has been correctly called.bai: The index of the BAM file, this is not required when abamfile has been given but can increase the pipeline speed a bit.cram: A CRAM file aligned with STAR, it's the responsibility of the pipeline user to make sure this file has been correctly called.crai: The index of the CRAM file, this is not required when acramfile has been given but can increase the pipeline speed a bit.junctions: A file containing the junctions determined by STAR (needed bystarfusionandctatsplicing)splice_junctionsA file containing the splice junctions determined by STAR (needed byctatsplicing)
- Added
--fusioncatcher_download_link. #650 - Added the
seq_platformandseq_centerfields to the samplesheet. These values can be used to overwrite the value of--seq_platformand--seq_centeron a sample-by-sample basis #654 - Moved strandedness determination for picard collectrnaseqmetrics into modules.config #658
- Using option
--human_gencode_filterwhile building STARFusion references for human species #657 - Added
--star_limit_bam_sort_ramto set the maximum memory for sorting the BAM files in STAR. #668 - Update STAR-Fusion to 1.15.0 and update nf-core modules #664
- Update fusionreport 4.0.0 that replaces the score of a fusion with a Fusion Indication Index #667
- Added a extra trimming step for fusioncatcher in case a different read-length is wished for this tool only #674
- Added support for references hosted on the nf-core AWS S3 bucket. #717
- Added
--dfam_hmm,--dfam_h3f,--dfam_h3i,--dfam_h3m,--dfam_h3p,--pfam_fileand--annot_filter_urlparameters to allow use of custom files inSTARFUSION_BUILDmodule #709 - Add nf-test to local module:
VCF_COLLECT. #745 - Added nf-test for local subworkflow:
FUSIONINSPECTOR_WORKFLOW. #753
- Updated modules and migrated non-specific modules to nf-core/modules #484
- Updated to nf-core/tools 3.0.2 #504
- Remove local module
RRNA_TRANSCRIPTS(replaced by nf-core module) #541 - Allow fastq files without a dot before .fn(.gz)/.fastq(.gz) files #548
- Remove double nested folder introduced in #577, #581
- Use docker.io and galaxy containers for fusioncatcher and starfusion (incl. fusioninspector) instead of wave as they are not functional on wave #588
- Update STAR-Fusion to 1.14 #588
- Use "-genePredExt -geneNameAsName2 -ignoreGroupsWithoutExons" (to mimic gms/tomte) for GTF_TO_REFFLAT #505
- Integrate reference building in the main workflow #505
- Move from ensembl to gencode base #505
- Update from ensembl 102 to gencode 46 default references #505
- Update
FUSIONINSPECTORto v2.10.0. #601 - Remove local module
STARFUSION_DOWNLOAD#598 - Fix error message when parameter outdir is missing #611
- Updated documentation for fusion-report score calculation to reflect 80/20 weight distribution between thttps://github.com/nf-core/rnafusion/pull/633ool detection and database hits #620
- The STAR alignment now only runs once instead of multiple times when using
--arribaand--starfusion#633 - The
--cramparameter has been converted to a boolean value instead of the comma-separated list of values. Use this parameter if you also want to create CRAM files from the BAM files created with STAR #633 - Update htslib and samtools version in
star/alignto 1.21 #634 - Updated Zenodo DOI in badge #639
--run_fusioncatcherback tofusioncatcher#641- Removed
--fastp_trim,--arriba,--ctatsplicing,--fusioncatcher,--starfusion,--stringtieand--alland replaced these parameters with the--toolsparameter. This parameter takes a comma-delimited list of tool names to run for the pipeline and is a required parameter. Following tools are supported by this parameter #645:arribactatsplicingfusioncatcherstarfusionstringtiefusionreportfastpsalmonfusioninspectorall=> This will automatically run all of the above tools
- Updated all
wgetcontainers toconda-forge::wget=1.21.4#655 - Using FusionInspector abridged output (that now contains coding effects) for downstream analysis #669
- Replaced local
FUSIONREPORTandFUSIONREPORT_DOWNLOADwithFUSIONREPORT_DETECTandFUSIONREPORT_DOWNLOADfrom nf-core #703 - Updated arriba to v2.5.0 #693
- Update logo #715
- Slight documentation update #719
- Replaced local
STARFUSION_BUILDfor module from nf-core #709 - Modified
test_buildprofile to use a reduced version of Pfam and Dfam files #733 - Updated the documentation to reflect the changes done in this release #741
- Changed local
ARRIBA_VISUALIZATION,CTATSPLICING_STARTOCANCERINTRONS,CTATSPLICING_PREPGENOMELIB,FUSIONINSPECTOR,STARFUSION_DETECTfor its nf-core module versions #740 - Replaced local subworkflow
TRIM_WORKFLOWfor its nf-core subworkflow equivalentFASTQ_FASTQC_UMITOOLS_FASTP#752 - Changed local
FASTQ_ALIGN_STARfor subworkflow from nf-core #756 - Replaced local subworkflow
STRINGTIE_WORKFLOWfor its nf-core versionBAM_STRINGTIE_MERGEand the local module moduleGTF_TO_REFFLATfor nf-core'sUCSC_GTFTOGENEPRED[#758](#758 - Update modules and close todos as preparation for release #759
- Fixed some Nextflow run-commands in the docs #491
- Fixed bug when trying to build indices behind a proxy and wget was unable to download arriba indices #495
- Fixed bug in
FUSIONREPORT_DOWNLOADwhen building references with--no_cosmic parameter#555 - Refactor structure in
FUSIONREPORT_DOWNLOADto use cosmic credentials inext.args#556 - Fixed bug in nf-core
RRNATRANSCRIPTSmodule #563 - Fixed bug in
GFFREADthat caused outputgffread_fastanot being produced #565 - Fixed bug in
FUSIONCATCHER_DOWNLOADthat caused an error when running with singularity profile #573 - Fixed missing script
gtf2bedwhich caused local moduleGET_RRNA_TRANSCRIPTSto fail #602 - Fixed the codebase to be compatible with the Nextflow language server #634
- Updated the input validation to be more strict. This will prevent more errors down the line in the pipeline #640
- The
FUSIONINSPECTORprocess will no longer fail when no fusions have been found. #651 - Fixed STAR-Fusion build would fail when downloading Pfam and Dfam resources behind SSL. #653
- Fix bug in argument handling for FusionInspector #669
- Upgrade STAR-Fusion to 1.15.1 to solve problem building STAR-Fusion references with
--human_gencode_filter#683 - Fix missing memory unit for fusioncatcher #674
- Fix fusioncatcher download link #693
- Fix fusionreport singularity container #713
- Fix behavior when no fusion is present (log a warning and avoid running depending processes)#714
- Fix CTAT-SPLICING output when no cancer introns were found #722
- Update VCF_COLLECT script to adapt to transcript_version not being an entry in fusioninspector gtf anymore #726
- Fix rRNA detection and make it more customizable with nf-core modules #736
- Fix rRNA detection in GTF using
transcript_type#749 - Fixed nf-test for
QC_WORKFLOWsubworkflow #756 - Fixed issue with bed creation, modifying AGAT arguments for non-coding CDS #763
- Fixed fusioncatcher hardlink issues in filesystems that don't allow hardlinks #764
- Remove fusionGDB from documentation and fusion-report download stubs #503
- Removed test-build as reference building gets integrated in the main workflow #505
- Removed parameter
--build_references - Removed fusioncatcher build #650
- Removed subworkflow with less than two modules:
ARRIBA_WORKFLOW#692 - Removed subworkflow with less than two modules:
STARFUSION_WORKFLOW#707 - Removed subworkflow with less than two modules:
CTATSPLICING_WORKFLOW#704 - Removed subworkflow with less than two modules:
FUSIONREPORT_WORKFLOW#721 - Removed local module
GET_RRNA_TRANSCRIPTS#736 - Removed old unused parameters
params.download_refsandparams.fusioncatcher_download_link#752
| Old parameter | New parameter |
|---|---|
--no_cosmic |
|
--build_references |
--references_only |
--fastp_trim |
--tools fastp |
--arriba |
--tools arriba |
--run_fusioncatcher |
--tools fusioncatcher |
--starfusion |
--tools starfusion |
--stringtie |
--tools stringtie |
--all |
--tools all |
--fusioncatcher_download_link |
|
--trim_tail_fusioncatcher |
|
--save_trimmed_fail |
|
--save_merged |
|
--min_trimmed_reads |
|
--trim_tail_fusioncatcher |
- Update to nf-tools 2.11.1 #457
- Update picard collectrnaseqmetrics memory requirements to 0.8x what is provided #474
- Fix bug when using parameter "whitelist" #466
- Fix VCF_COLLECT handling when a tool is absent from FUSIONREPORT report #458
- Fix VCF_COLLECT when fusioninspector output is empty but fusionreport is not #465
- Fix VCF_COLLECT bug #481
- Fix conda package for starfusion/detect#482
- Fix logical gate so when stringtie should run but not starfusion, starfusion will not run#482
- Python3 explicit in vcf_collect #452
- software-version.yml and in general version track-keeping was incomplete #451
- Add picard CollectInsertSizeMetrics to QC workflow #408
- Build CRAM index in the same directory as CRAM files for Arriba and STAR-Fusion #427
- Replace PICARD_MARKDUPLICATES with GATK4_MARKDUPLICATES #409
- Removed
--fusioninspector_filterand--fusionreport_filterin favor of--tools_cutoff(default = 1, no filters applied) #389 - Now publishing convert2bed output to convert2bed to keep the output file #420
- No more checks for existence of samplesheet, which made building references fail (building references uses a fake sample sheet if none is provided) #420
--annotate --examine_coding_effectto collect more data from fusioninspector #426- Update vcf creation to get positions/chromosomes and strands even when fusions are filtered out by fusioninspector, using the csv output from fusion-report #443
Arribaupdated to 2.4.0 #429- Change megafusion into vcf_collect, taking into account e.g. the annotation and coding effects outputs from fusioninspector, HGNC ids, frame status... #414
- CI tests on
--allinstead of each tool separately, and include trimmed/not trimmed matrix tests #430 - AWS tests on
--allinstead of each tool separately, and include trimmed/not trimmed matrix tests #433 - Update
fusion-reportto 2.1.8, updated COSMIC database to fix 404 error, fix download of references via proxy and removing FusionGDB database #445 - Update documentation #446
- Fix channel i/o issue in StringTie workflow and add StringTie in github CI tests #416
- Update modules, and make sure MultiQC displays the QC results properly #440
- Add 'when' condition to run CollectInsertSizeMetrics only when STAR-fusion bam files are available #444
- Remove
squidandpizzlyfusion detection tools #406 - Remove harsh trimming option
--trim#413 - Remove qualimap rna_seq #407
- Use institutional configs by default #381
- Remove redundant indexing in starfusion and qc workflows #387
- Output bai files in same directory as bam files #387
- Update and review documentation #396
- Update picard container for
PICARD_COLLECTRNASEQMETRICSto 3.0.0 #395 - Renamed output files #395
Arribavisualisation pdf from meta.id to meta.id_combined_fusions_arriba_visualisation- cram file from output bam of
STAR_FOR_ARRIBA: meta.id to meta.id_star_for_arriba - cram file from output bam of
STAR_FOR_STARFUSION: meta.id to meta.id.star_for_starfusion.Aligned.sortedByCoord.out fusion-reportindex.html file to meta.id_fusionreport_index.html- meta.id.vcf output from
MEGAFUSIONto meta.id_fusion_data.vcf - Update metro map #428
- Tail trimming for reverse reads #379
- Set html files as optional in fusionreport #380
- Provide gene count file by default when running STAR_FOR_STARFUSION #385
- Fix fusion-report issue with MACOXS directories #386
- The fusion lists is updated to contain two branches, one in case no fusions are detected and one for if fusions are detected, that will be used to feed to fusioninspector, megafusion, arriba visualisation #388
- Update fusionreport to 2.1.5p4 to fix 403 error in downloading databases #403
samtools sortandsamtools indexforarribaworkflow were dispensable and were removed #395- Removed trimmed fastqc report from multiqc #394
- Shell specification to bash
- COSMIC password put into quotes
- Trimmed reads QC in MultiQC
- Add
ARRIBA_VISUALISATIONto processed affected by--skip_vis - Option
fusionreport_filterto in/activate fusionreport displaying of fusions detected by 2 or more tools
Arribavisualisation now runs for FusionInspector (combined tools) results, not onlyArribaresults- Updated metro map with trimming options and placed
Arribavisualisation afterFusionInspector - Exit with error when using squid in combination with any ensembl version different from 102
- Channel issue with indexing of files with using
--cram squid Arribareferences published in the correct folder
- exitStatus 140 now part of the retry strategy
- stubs to all local modules
--stringtieoption added with StringTie v2.2.1 to detect splicing events. Not included infusion-reportorfusionInspectorsummaries. Included in the--allworkflow- Generation of ribosomal RNA interval list with build_references and use it in picard CollectRnaMetrics
- Add csv output to fusionreport
- Trimming workflow using
fastp: use trimmed reads for all tools whitelistparameter to add custom fusions to the detected ones and consider the whole for thefusionInspectoranalysis- Compression to CRAM files for arriba, squid and starfusion workflows (fusioncatcher and pizzly do not produce SAM/BAM files, fusioninspector BAM files are too small to benefit from compression)
--qiagenoption to download from QIAGEN instead of COSMIC (use QIAGEN user and password forcosmic_usernameandcosmic_passwd)- Bumped
STAR genomegeneratetime request for building as it was always crashing for most users - Fixed issue with arriba visualisation parameters #326
- Test profiles unified under 'test' but if the references do not all need to be downloaded, run with
-stub - Update CUSTOM_DUMPSOFTWAREVERSIONS to use multiqc version 1.13
- Updated to nf-core template 2.7.2, with all module updates
MultiQCupdated to 1.13a in process dumpsoftwareversion- Patch fusion-report version with fixed mittelman DB and DB extraction date written into software_version.yaml
Arribareferences back to downloading withbuild_referencesinstead of taking from containerArribavisualisation now running withArribav2.3.0- Updated
STAR-Fusionto 1.12.0
- AWS megatest to display on nf-core website
arribavisualisation references updated to 2.3.0- Removed issue with multiple outputs in samtools view for squid
- FUSIONINSPECTOR_DEV process as the option fusioninspector_limitSjdbInsertNsj is part of the main starfusion release
FusionCatchersingle_end support for single reads ABOVE 130 bp--fusioninspector_onlyparameter to run FusionInspector standalone feeding gene list manually with parameter--fusioninspector_fusions PATH--fusioncatcher_limitSjdbInsertNsjparameter to feed --limitSjdbInsertNsj to FusionCatcher--fusioninspector_limitSjdbInsertNsjparameter to feed --limitSjdbInsertNsj to FusionInspector !!Any other value than default will use the dev version of FusionInspector!!- OPTIONAL trimming option
--trimfor hard trimming to 75 bp in case of high read-through. Only fusioncatcher uses trimmed reads as STAR-based fusion detection tools are less sensitive to read-through picardmetrics, STAR final log, and QualiMap output included inMultiQCreport
seq_platformandseq_centerchanged from boolean to stringseq_platformset to an empty string andseq_centerset to an empty string if not existing- Arriba use ensembl references-built starindex independently of
starfusion_buildparameter - ftp to http protocol for STARFUSION_BUILD process
Pfam-A.hmm.gzdownload as ftp causes issues on some servers - Updated README and usage documentation with more detailed information and metro map
- Arriba use ensembl references-built starindex independently of starfusion_build parameter
- Update of the single-end reads support table in README, added recommendation to use single-end reads only in last resort
- STAR updated to 2.7.10a
- Arriba updated to 2.3.0, references for blacklist and protein domains changed to 2.3.0 from singularity/docker container -> arriba download of references not necessary any more
- multiQC updated to 1.13a
- picard updated to 2.27.4
- dumpsoftwareversions module updated to use multiqc=1.12 containers
- FusionInspector does not mix sample reads with fusion lists and meta information from other samples anymore
- Arriba visualisation does not mix sample reads with fusion lists and meta information from other samples anymore
- logging of STAR-fusion and fusionreport version
Update to DSL2 and newer software/reference versions
- Added
qualimap/rnaseq v2.2.2dfrom nf-core modules - Added UCSC
gtfToGenePred v377 - Added
picard CollectRnaSeqMetrics v2.26.10 - Added
picard MarkDuplicates v2.26.10from nf-core modules - Added
cat/fastqcfrom nf-core modules - Added possibility for manually feeding the results of fusions from different tools to speed-up reruns
- STAR-Fusion references can be downloaded or built but downloaded references are NOT RECOMMENDED as not thoroughly tested (--starfusion_build parameter is true by default, use --starfusion_build false to use downloaded STAR-Fusion references).
- Upgrade default ensembl version to
102 - Upgrade to
nf-core/tools v2.3.2 - Upgrade
Arriba v1.2.0toArriba v2.2.1 - Upgrade
FusionCatcher v1.20toFusionCatcher v1.33 - Upgrade
STAR-fusion v1.8.1toSTAR-fusion v1.10.1 - Upgrade
STAR v2.7.1toSTAR v2.7.9 - Upgrade
fusion-report v2.1.3tofusion-report v2.1.5 - Upgrade
kallisto v0.44.0tokallisto v0.46.2 - Upgrade
fastqc v0.11.8tofastqc v0.11.9 - Upgrade
samtools v1.9tosamtools v1.15.1 - Upgrade
arribareferences fromv1.2.0tov2.1.0 - Upgrade
fusioncatcherreferences fromv98tov102 - Use
arriba(detect only),kallistoandSTARfrom nf-core modules - Instead of separate script to build the references, added
--build_referencesargument in the main --fastaargument is not required with--build_referencesand set by default to the ensembl references built in the detection workflow- CI test done on stubs of reference building for subprocesses ensembl and arriba
Parameters for STAR for arriba changed from:
--readFilesCommand zcat \\
--outSAMtype BAM Unsorted \\
--outStd BAM_Unsorted \\
--outSAMunmapped Within \\
--outBAMcompression 0 \\
--outFilterMultimapNmax 1 \\
--outFilterMismatchNmax 3 \\
--chimSegmentMin 10 \\
--chimOutType WithinBAM SoftClip \\
--chimJunctionOverhangMin 10 \\
--chimScoreMin 1 \\
--chimScoreDropMax 30 \\
--chimScoreJunctionNonGTAG 0 \\
--chimScoreSeparation 1 \\
--alignSJstitchMismatchNmax 5 -1 5 5 \\
--chimSegmentReadGapMax 3 \\
--sjdbOverhang ${params.read_length - 1}to
--readFilesCommand zcat \
--outSAMtype BAM Unsorted \
--outSAMunmapped Within \
--outBAMcompression 0 \
--outFilterMultimapNmax 50 \
--peOverlapNbasesMin 10 \
--alignSplicedMateMapLminOverLmate 0.5 \
--alignSJstitchMismatchNmax 5 -1 5 5 \
--chimSegmentMin 10 \
--chimOutType WithinBAM HardClip \
--chimJunctionOverhangMin 10 \
--chimScoreDropMax 30 \
--chimScoreJunctionNonGTAG 0 \
--chimScoreSeparation 1 \
--chimSegmentReadGapMax 3 \
--chimMultimapNmax 50As recommended here.
Parameters for STAR for STAR-fusion changed from:
--twopassMode Basic \\
--outReadsUnmapped None \\
--chimSegmentMin 12 \\
--chimJunctionOverhangMin 12 \\
--alignSJDBoverhangMin 10 \\
--alignMatesGapMax 100000 \\
--alignIntronMax 100000 \\
--chimSegmentReadGapMax 3 \\
--alignSJstitchMismatchNmax 5 -1 5 5 \\
--runThreadN ${task.cpus} \\
--outSAMstrandField intronMotif ${avail_mem} \\
--outSAMunmapped Within \\
--outSAMtype BAM Unsorted \\
--outSAMattrRGline ID:GRPundef \\
--chimMultimapScoreRange 10 \\
--chimMultimapNmax 10 \\
--chimNonchimScoreDropMin 10 \\
--peOverlapNbasesMin 12 \\
--peOverlapMMp 0.1 \\
--readFilesCommand zcat \\
--sjdbOverhang ${params.read_length - 1} \\
--chimOutJunctionFormat 1to
--outReadsUnmapped None \
--readFilesCommand zcat \
--outSAMtype BAM SortedByCoordinate \
--outSAMstrandField intronMotif \
--outSAMunmapped Within \
--chimSegmentMin 12 \
--chimJunctionOverhangMin 8 \
--chimOutJunctionFormat 1 \
--alignSJDBoverhangMin 10 \
--alignMatesGapMax 100000 \
--alignIntronMax 100000 \
--alignSJstitchMismatchNmax 5 -1 5 5 \
--chimMultimapScoreRange 3 \
--chimScoreJunctionNonGTAG -4 \
--chimMultimapNmax 20 \
--chimNonchimScoreDropMin 10 \
--peOverlapNbasesMin 12 \
--peOverlapMMp 0.1 \
--alignInsertionFlush Right \
--alignSplicedMateMapLminOverLmate 0 \
--alignSplicedMateMapLmin 30 \
--chimOutType JunctionsHomo_sapiens.${params.genome}.${ensembl_version}.gtf.gz used for squid and arriba, Homo_sapiens.${params.genome}.${ensembl_version}.chr.gtf.gz used for STAR-fusion and the quality control as the quality control is based on the STAR-fusion alignment.
- Ericscript tool
- GRCh37 support. Subdirectory with params.genome are removed
- Running with conda
- Using official STAR-Fusion container #160
- Upgrade
fusion-report v2.1.2tofusion-report v2.1.3 - Upgrade
fusion-report v2.1.1tofusion-report v2.1.2 - Upgrade
fusion-report v2.1.0tofusion-report v2.1.1 - Upgrade
Arriba v1.1.0toArriba v1.2.0 - Upgrade
fusion-report v2.0.2tofusion-report v2.1.0
- Missing
strip-componentsindownload-references.nf/star-fusion#148 - Missing version prefix for cdna #143
samtoolsmissing header in empty file for FusionInspector ref- Removed
profilefrom helper scripts #139 - Wrong url path for
Pfam-A.hmm.gz#140
- Removed
scripts/download-singularity-img.shanddownload-singularity-img.nfas they are not necessary any more
- Fusion gene detection tools:
Arriba v1.1.0Ericscript v0.5.5Fusioncatcher v1.20Pizzly v0.37.3Squid v1.5STAR-Fusion v1.6.0
- Visualization tools:
Arriba v1.1.0FusionInspector v1.3.1
- Other tools:
fusion-report v2.0.1FastQ v0.11.8MultiQC v1.7STAR aligner v2.7.0f
- Updated examples and configurations
- Upgraded
fusion-report v1.0.0tofusion-report v2.0.1 - Divided
running_toolsinto fusion and visualization tools - Updated
STARinSquid,Fusion-Inspectorversion to2.7.0f - Upgraded
STAR-Fusion v1.5.0toSTAR-Fusion v1.6.0#83 - Parameter
igenomesIgnorerenamed toigenome#81 - Finished STAR-Fusion file renaming #18
- Updated logos
- Updated to nf-core
1.8TEMPLATE
- Variables
pizzly_fastaandpizzly_gtfhave been removed and replaced withtranscriptandgtf Jenkisfile, test configuration, pylintrc configuration- Removed
igenomes.configbecause the pipeline only supportsEnsemblversion
- Bumped nf-core template to 1.6 #69
- Fixed COSMIC parameters not wrapped in quotes #75
- Implemented output output for fusion tools #72
- Fixed reference download link for STAR-Fusion #71
- Added support for extra parameters for tools STAR-Fusion, FusionCatcher and fusion-report
- Added example configuration for
singularityanddocker - Added fusion-report into the stack #62, #55, #53, #51
- Added nextflow helper script
download-singularity-img.nf - Added nextflow helper script
download-references.nf - Added
Jenkinsfilefor in-house testing
- Updated installation of
FusionCatcher(available now on bioconda)
- Fixed empty symlinks (
input.X) in fusion-report #68 - Fixed FASTA issues #60
- Fixed centralized nf-core/config #64
- Fixed
scrape_software_versions.pyto parse tools versions correctly #65
- Removed
Singularity
Version 1.0 marks the first production release of this pipeline under the nf-core flag. The pipeline includes additional help scripts to download references for fusion tools and Singularity images.
Initial release of nf-core/rnafusion, created with the nf-core template.