Skip to content
Snippets Groups Projects

Feature/samtools sort after STAR

Merged BIOPZ-Gypas Foivos requested to merge feature/samtools-sort into dev
1 unresolved thread

Sort alignment files with SAMtools instead of STAR. Fixes #182 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Author Maintainer

    @katsanto @herrmchr @bakma Do you think these changes are enough?

  • added 1 commit

    Compare with previous version

  • 651 "samples",
    652 "{sample}",
    653 "map_genome",
    654 "{sample}.{seqmode}.Aligned.out.bam"),
    655
    656 output:
    657 bam = os.path.join(
    658 config["output_dir"],
    659 "samples",
    660 "{sample}",
    661 "map_genome",
    662 "{sample}.{seqmode}.Aligned.sortedByCoord.out.bam"),
    663
    664 params:
    665 cluster_log_path = config["cluster_log_dir"],
    666 prefix_temp = os.path.join(
  • added 1 commit

    • 2201efc0 - Update pipeline documentation. Add temp directory for samtools sort

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 4 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Author Maintainer

    @katsanto @bakma I think it's finally ready. Can you please check once more?

  • BIOPZ-Bak Maciej approved this merge request

    approved this merge request

  • mentioned in commit 78ad9aaf

  • mentioned in issue #182 (closed)

  • Please register or sign in to reply
    Loading