Add rule for TIN score calculation
See https://git.scicore.unibas.ch/zavolan_group/pipelines/rnaseqpipeline/issues/4#note_15229 for links to tool and Docker image
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
- Show closed items
Link issues together to show that they're related.
Learn more.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Alex Kanitz changed the description
changed the description
- Maintainer
My scaffolding from the test workflow:
rule TIN_rule: input: TMP_output = os.path.join("{output_dir}", "dir_created"), SCRIPT = \ os.path.join(config["src_dir"], "mz-TIN.transcript_wide.v2.py") output: TIN_TSV = \ os.path.join("{output_dir}", "TIN_speeded_full.tsv") params: LOG_cluster_log = \ os.path.join("{output_dir}", "cluster_log", \ "TIN_rule.log"), queue = "1day", time = "23:00:00" log: LOG_local_log = \ os.path.join("{output_dir}", "local_log", \ "TIN_rule.log"), resources: threads = 8, mem = 32000 benchmark: os.path.join("{output_dir}", "cluster_log", "TIN_rule_benchmark.log") conda: "packages.yaml" singularity: "" shell: """ python {input.SCRIPT} \ -i /scicore/home/zavolan/GROUP/SpeedUpTIN/sample_BAMs/GSM1862178.bam \ -r /scicore/home/zavolan/GROUP/SpeedUpTIN/full_transcripts.protein_coding.bed \ -c 0 \ --names "sample_name" \ -n 100 \ 1> {output.TIN_TSV} \ 2> {log.LOG_local_log}; """
- Author Owner
Thanks!
- Alex Kanitz added To Do label
added To Do label
- Alex Kanitz changed title from Include rule for TIN score calculation to Add rule for TIN score calculation
changed title from Include rule for TIN score calculation to Add rule for TIN score calculation
- Alex Kanitz added 1 deleted label
added 1 deleted label
- Alex Kanitz removed To Do label
removed To Do label
- BIOPZ-Bak Maciej added Doing label
added Doing label
- BIOPZ-Bak Maciej assigned to @bakma
assigned to @bakma
- Alex Kanitz added To Do label and removed Doing label
- Alex Kanitz changed milestone to %v0.1.0 release
changed milestone to %v0.1.0 release
- BIOPZ-Bak Maciej added Doing label and removed To Do label
- Alex Kanitz mentioned in merge request !25 (merged)
mentioned in merge request !25 (merged)
- Author Owner
Closed by !25 (merged)
- Alex Kanitz removed Doing label
removed Doing label
- Alex Kanitz closed
closed
Please register or sign in to reply