feat(Execution workflow): MISO
- Dominant language
- Python
- Stars
- 16
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
## WHAT
**Write** execution workflow for [MISO](http://hollywood.mit.edu/burgelab/miso/). Use the provided [small files for testing](https://github.com/iRNA-COSI/APAeval/tree/main/tests/test_data) (running the workflow on real data is a different issue).
> Check out the [pilot_benchmark](https://github.com/iRNA-COSI/APAeval/tree/main/tests/pilot_benchmark) and see whether one of the execution workflows there can be adapted
## CHECKLIST
* [ ] Use [snakemake template](https://github.com/iRNA-COSI/APAeval/tree/main/docs/templates/snakemake) or [nextflow template](https://github.com/iRNA-COSI/APAeval/tree/main/docs/templates/nextflow) to create your workflow.
* [ ] Comment your code
* [ ] Run individual rules/processes in either conda envs or docker/singularity containers for reproducibility
* [ ] Input: .bam or .fastq from [test_data]((https://github.com/iRNA-COSI/APAeval/tree/main/tests/test_data))
* [ ] Give [feedback about the method](https://forms.gle/mAAkbRJqhedJnSeJ6)
## OUTPUTS (see [specification](https://github.com/iRNA-COSI/APAeval/blob/main/execution_workflows/execution_output_specification.md)):
* [ ] ~Output: Adhere to output specification for Identification challenge~ No identification
* [ ] Output: Adhere to output specification for quantification challenge
> This BED file contains positions of unique poly(A) sites with TPM values for each identified site in the score column.
> chrom - the name of the chromosome
chromStart - the starting position of the feature in the chromosome
chromEnd - the ending position of the feature in the chromosome; as identified PAS are single-nucleotide, the ending position is the same as starting position
name - defines the name of the identified poly(A) site
score - TPM value for the identified site
strand - defines the strand; either "." (=no strand) or "+" or "-".
* [ ] Output: Adhere to output specification for differential usage challenge
> This TSV file contains two columns:
> - gene ID
> - significance of differential PAS usage
> Column names should not be added to the file.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.