Skip to content

Commit

Permalink
feat: make count collector independent
Browse files Browse the repository at this point in the history
  • Loading branch information
meono committed Jul 27, 2016
1 parent 15d04c1 commit 6d85884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iLoop_RNAseq_pipeline/master_qsub.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def job_organizer(project_path, groups, ref, defaults, map_to_mask, ppn='8', rea
mapjobIDs = ['']

# collect htseq counts
if any(job for job in jobs if job in ['htseq-count', 'edgeR', 'DESeq']) or (jobs == []):
if any(job for job in jobs if job in ['htseq-count', 'edgeR', 'DESeq', 'htseq-count-collect']) or (jobs == []):
try:
js = collect_counts_job(project_path=project_path, output=results_path, mapjobIDs=mapjobIDs, defaults=defaults)
collectjobID = job_submitter(js=js, path=job_files_path, name='job_htseq_count_collector.sh')
Expand Down

0 comments on commit 6d85884

Please sign in to comment.