YeoLab / YeoLab/skipper

Error when running skipper in paired end mode

Open
#57 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
10
Forks
6
PR merge metrics
No merged PRs in 30d

Description

https://github.com/YeoLab/skipper/blob/7fa1392897091f145edcc7d307c2c43b27167ca7/rules/basic/pe_preprocess.smk#L136

When running Skipper in paired-end (PE) mode, Snakemake fails during job preparation with a permission error because the workflow tries to create/use a TSCC-specific temp path under /tscc. This appears to be caused by a hard-coded tmpdir value in skipper/rules/basic/pe_preprocess.smk.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at skipper/rules/basic/pe_preprocess.smk around line 136 and inspect the hard-coded tmpdir used by the paired-end workflow. Reproduce or review Snakemake job preparation in PE mode, then verify the workflow no longer attempts to create or use the TSCC-specific /tscc path and completes preparation with an accessible temporary location.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
bioinformatics
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.