epam / fonda

Fonda is a framework which offers scalable and automatic analysis of multiple NGS sequencing data types
Apache License 2.0
8 stars 2 forks source link

Incorrect output expected file from FusionCatcher tool #137

Open kamyshova opened 4 years ago

kamyshova commented 4 years ago

Background

In according to the current version of the Fonda fusionCatcher tool template contains the following line: mv {fusionCatcherFields.fusionCatcherOutdir}/fusionCatcher.fusion_candidates.final.abridged {fusionCatcherFields.fusionCatcherOutdir}. This is not only pointless but the specified fusionCatcher.fusion_candidates.final.abridge file is not the result of this tool, and it was not found accordingly. Possible tool outputs are listed here:
https://github.com/ndaniel/fusioncatcher/blob/master/doc/manual.md#62---output-data-output-data

Approach

Suppose, that the correct option is: mv {fusionCatcherFields.fusionCatcherOutdir}/final-list_candidate_fusion_genes.txt {fusionCatcherFields.fusionCatcherResult}