Mercurial > repos > fubar > egapx_runner
comparison assets/default_task_params.yaml @ 1:c8e1543546f8 draft
planemo upload for repository https://github.com/ncbi/egapx commit 8173d01b08d9a91c9ec5f6cb50af346edc8020c4-dirty
author | fubar |
---|---|
date | Sat, 03 Aug 2024 12:10:13 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:d9c5c5b87fec | 1:c8e1543546f8 |
---|---|
1 tasks: | |
2 setup: | |
3 convert_genome: force-local-ids | |
4 convert_proteins: force-local-ids | |
5 bam_bin_and_sort: | |
6 bam_bin: -avg-size-per-bin 200000000 -file-pattern 'bin#.bam' -exclude-organelle | |
7 bam_strandedness: | |
8 rnaseq_divide_by_strandedness: -min-aligned 1000000 -min-unambiguous 200 -min-unambiguous-pct | |
9 2 -percentage-threshold 98 | |
10 chainer: | |
11 chainer_wnode: -altfrac 80.0 -capgap 5 -cdsbonus 0.05 -composite 10000 -end-pair-support-cutoff | |
12 0.1 -endprotfrac 0.05 -filters 'remove_single_exon_est_models remove_single_exon_noncoding_models' | |
13 -high-identity 0.98 -hmaxlen 0.25 -hthresh 0.02 -i3p 14.0 -i5p 7.0 -lenpen 0.005 | |
14 -longenoughcds 900 -max-extension 20 -min-consensus-support 2 -min-edge-coverage | |
15 5 -min-non-consensussupport 10 -min-support-fraction 0.03 -minex 10 -mininframefrac | |
16 0.95 -minlen 225 -minpolya 6 -minprotfrac 0.9 -minscor 40.0 -minsupport 3 -minsupport_mrna | |
17 1 -minsupport_rnaseq 5 -mrnaCDS use_objmgr -oep 10 -protcdslen 450 -sharp-boundary | |
18 0.2 -tolerance 3 -trim 6 -utrclipthreshold 0.01 -fillgenomicgaps -filterest | |
19 -filtermrna -filterprots -opposite | |
20 gpx_make_outputs: -default-output-name chains -slices-for affinity -sort-by affinity | |
21 input_aligns_sort: merge_only | |
22 submit_chainer: -minimum-abut-margin 20 -separate-within-introns | |
23 convert_from_bam: | |
24 sam2asn: -filter 'pct_identity_gap >= 95' -ofmt seq-align-compressed -collapse-identical | |
25 -no-scores | |
26 getfasta: | |
27 getfasta: -u full-assembly -bare-accession -use-reference-non-nuclear | |
28 gnomon: | |
29 annot_wnode: -margin 1000 -mincont 1000 -minlen 225 -mpp 10.0 -ncsp 25 -window | |
30 200000 -nonconsens -open | |
31 generic_action_node: -app annot_wnode | |
32 gpx_qdump: -slices-for affinity -sort-by affinity -unzip '*' | |
33 gpx_qsubmit: '' | |
34 prot_gnomon_prepare: | |
35 prot_gnomon_prepare: '' | |
36 rnaseq_collapse: | |
37 gpx_make_outputs: -default-output-name align -slices-for affinity -sort-by job-id | |
38 -unzip align | |
39 gpx_qsubmit: -affinity subject | |
40 rnaseq_collapse: -backlog 1 -max-jobs 1 -support-non-sra | |
41 # -rank-counts-precalculated | |
42 rnaseq_collapse_create_jobs: -alignments-per-job 50000 -min-range 100000 | |
43 star_index: | |
44 STAR: --runThreadN 8 | |
45 star_wnode: | |
46 gpx_qdump: -unzip '*' | |
47 gpx_qsubmit: -affinity subject | |
48 star_wnode: -cpus-per-worker 16 -csi-threshold 512000000 -preserve-star-logs | |
49 star-params: --alignSJoverhangMin 8 --outFilterMultimapNmax 200 --outFilterMismatchNmax | |
50 50 --runThreadN 16 --genomeLoad NoSharedMemory --outSAMtype SAM --outSAMattributes | |
51 'NH HI AS nM NM MD jM jI XS MC' --outSAMprimaryFlag AllBestScore --outFilterMultimapScoreRange | |
52 50 --seedSearchStartLmax 15 --limitOutSAMoneReadBytes 1000000 --outSJtype None | |
53 miniprot: | |
54 split_proteins: -n 100000 | |
55 miniprot: -t 31 -p 0.4 --outs=0.4 | |
56 paf2asn: | |
57 paf2asn: -prosplign-refinement | |
58 best_aligned_prot: | |
59 best_aligned_prot: -asm_alns_filter 'reciprocity = 3' | |
60 chainer_sort_alignments: | |
61 align_sort: -ifmt seq-align -k subject,subject_start,-subject_end,subject_strand,query,query_start,-query_end,query_strand,-num_ident,gap_count | |
62 align_filter_sa: | |
63 align_filter: -filter 'rank=1 OR (pct_identity_gapopen_only > 58 AND (pct_coverage > 50 OR align_length_ungap > 1000))' -ifmt seq-align | |
64 gnomon_training: | |
65 gnomon_training: -asn -b | |
66 diamond: | |
67 diamond: -query-fmt seq-ids -subject-fmt seq-ids -output-prefix hits -ofmt seq-align-set | |
68 diamond_blastp: --sam-query-len --very-sensitive --unal 0 --comp-based-stats 0 --masking 0 | |
69 diamond_orthology: | |
70 diamond_orhtology: -ofmt seq-align-set -query-fmt seq-ids -subject-fmt seq-ids -output-prefix hits | |
71 diamond_orthology_blastp: --sam-query-len --very-sensitive --unal 0 --comp-based-stats 0 --masking 0 |