# HG changeset patch # User jjohnson # Date 1633721028 0 # Node ID 7420753b0671d6b4c392d0462e1eb35ac0af7df4 # Parent 9f2665b32c454527121cded659e4bb096e3ac814 "planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 7dbe725aaa7b4b84d7b14ea52f38f63d362bf09c" diff -r 9f2665b32c45 -r 7420753b0671 arriba.xml --- a/arriba.xml Fri Oct 08 11:16:21 2021 +0000 +++ b/arriba.xml Fri Oct 08 19:23:48 2021 +0000 @@ -19,9 +19,12 @@ #set read2 = 'input_2.fastq' #end if ln -f -s '${input_params.right_fq}' ${read2} && + #if str($input_params.index.index_source) == "history" + #set $star_index_dir = $input_params.index.star_index.files_path + #end if STAR --runThreadN \${GALAXY_SLOTS:-1} - --genomeDir /path/to/STAR_index + --genomeDir $star_index_dir --genomeLoad NoSharedMemory --readFilesIn $read1 $read2 --readFilesCommand zcat @@ -70,9 +73,7 @@ ]]> - + @@ -93,6 +94,15 @@ format="fastqsanger,fastqsanger.gz" argument="--right_fq" label="right.fq file"/> + + + + + + + + @@ -219,6 +229,7 @@ * Name=PROTEIN_DOMAIN_NAME; * gene_id=GENE_ID; * gene_name=GENE_NAME + The attribute Name is reported in the column retained_protein_domains of Arriba's output file. Some special characters in the name are replaced with underscores (_). The columns gene_id and gene_name are used to match the protein domains to the genes given in the gene annotation. If a match cannot be found, Arriba cannot determine the retained protein domains of the respective gene and a warning is issued. There may be many warnings if RefSeq annotation is used, because the protein domains file distributed with Arriba uses ENSEMBL gene names/IDs. - Structural variant calls from WGS diff -r 9f2665b32c45 -r 7420753b0671 arriba_download_reference.xml --- a/arriba_download_reference.xml Fri Oct 08 11:16:21 2021 +0000 +++ b/arriba_download_reference.xml Fri Oct 08 19:23:48 2021 +0000 @@ -1,17 +1,18 @@ - - + + Download to history macros.xml '$arriba_reference' - mkdir -p '$arriba_reference.files_path' && - cd '$arriba_reference.files_path' && - BASE_DIR=$(dirname $(dirname `which arriba`)) && - REF_SCRIPT=`find $BASE_DIR -name 'download_references.sh'` && - $REF_SCRIPT '$arriba_reference_name' + echo $arriba_reference_name > '$star_index' && + BASE_DIR=\$(dirname \$(dirname `which arriba`)) && + REF_SCRIPT=`find \$BASE_DIR -name 'download_references.sh'` && + \$REF_SCRIPT '$arriba_reference_name' && + cp *.fa* > '$genome_fasta' && + cp *.gtf* > '$genome_gtf' && + mv STAR*/* '$star_index.extra_files_path' ]]> @@ -56,7 +57,9 @@ - + + + + to history + + macros.xml + + + + + + + GRCh38 GRCh37 hg38 hg19 GRCm38 mm10 + + + + + + + + + + + + + + + + +