epam / fonda

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

RnaExpression_Fastq - SecondaryAnalysis creates blocking problems #193

Closed syansanofi closed 3 years ago

syansanofi commented 3 years ago

Issue
In sync mode working in SGE, secondary analysis creates new job and submits to cluster. However this creates a blocking situation if the available open slots are exceeded by existing alignment jobs. Under this situation, the alignment jobs waits on secondaryanalysis (cufflinks or featurecount) that are in qw form.

For example:

@kamyshova Do you have some input on possible solutions? I am still in favor of solution proposed here: https://github.com/epam/fonda/issues/162

If not, what do you think of possible solutions?

Thanks

sidoruka commented 3 years ago

Hi @syansanofi, PR #180 (implementing #162) was just merged and built. Feel free to test fonda-2.0.0.536.df6295e6b0e4b496389bda8dab34cbea715ef488.zip

syansanofi commented 3 years ago

180 looks good. Issue corrected. Thank you!