# HG changeset patch # User florianbegusch # Date 1599130294 0 # Node ID 5021f9d76de437df3b96e39984aabd763d61a4a0 # Parent 276ec629f09a5f111eba563b52b36a31302b85ed Deleted selected files diff -r 276ec629f09a -r 5021f9d76de4 qiime2/qiime_tools_export.xml --- a/qiime2/qiime_tools_export.xml Thu Sep 03 09:56:05 2020 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ - - - - Export data from a QIIME 2 Artifact or Visualization. - - qiime2 - - - - - - - - - - - - - - - - qiime_citation.xml - - - diff -r 276ec629f09a -r 5021f9d76de4 qiime2/qiime_tools_export_collection.xml --- a/qiime2/qiime_tools_export_collection.xml Thu Sep 03 09:56:05 2020 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ - - - - Export data from a QIIME 2 Artifact or Visualization. - - qiime2 - - - - - - - - - - - - - - qiime_citation.xml - - - \ No newline at end of file diff -r 276ec629f09a -r 5021f9d76de4 qiime2/qiime_tools_export_paired_collection.xml --- a/qiime2/qiime_tools_export_paired_collection.xml Thu Sep 03 09:56:05 2020 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ - - - - Export data from a QIIME 2 Artifact or Visualization. - - qiime2 - - - - - - - - - - - - - - qiime_citation.xml - - - \ No newline at end of file diff -r 276ec629f09a -r 5021f9d76de4 qiime2/qiime_tools_import.xml --- a/qiime2/qiime_tools_import.xml Thu Sep 03 09:56:05 2020 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,291 +0,0 @@ - - - - Import data into a new QIIME 2 Artifact. - - qiime2 - - - $file_for_processing; - ##echo $is_fastq_file; - #else - #set $file_for_processing = "'input/" + $f.name + "'" - ln -s ${f} $file_for_processing; - ##echo $is_fastq_file; - #end if - #end for - #if 'SingleEndFastqManifestPhred' in str($inputformat): - #set $cwf = str($outputpath.extra_files_path) + "_manifest_file.txt" - #set $tt = str("sample-id,absolute-filepath,direction") - echo $tt >> $cwf; - #for $f in $input_type.list_list: - #set $tt = str($f.name).split("_")[0]+",$PWD/input/"+str($f.name).split(".")[0]+".fastq.gz,forward\n" - echo $tt >> $cwf; - #end for - - #set $in_= str($cwf) - #end if - - -#elif $input_type.type == 'list_paired_collection': - - #set $cwf = str($outputpath.extra_files_path) + "_manifest_file.txt" - #set $tt = str("sample-id,absolute-filepath,direction") - echo $tt >> $cwf; - - #for $pair in $input_type.list_paired_collection: - #set $forward_is_fastq_file = $is_fastq(str($pair.forward)) - #set $reverse_is_fastq_file = $is_fastq(str($pair.reverse)) - - #if $forward_is_fastq_file: - gzip -c ${pair.forward} > input/${pair.name}_R1_001.fastq.gz; - #set $tt = str($pair.name).split("_")[0]+",$PWD/input/"+str($pair.name)+"_R1_001.fastq.gz,forward\n" - echo $tt >> $cwf; - #else - ln -s ${pair.forward} input/${pair.name}_R1_001.fastq.gz; - #set $tt = str($pair.name).split("_")[0]+",$PWD/input/"+str($pair.name)+"_R1_001.fastq.gz,forward\n" - echo $tt >> $cwf; - #end if - - #if $reverse_is_fastq_file: - gzip -c ${pair.reverse} > input/${pair.name}_R2_001.fastq.gz; - #set $tt = str($pair.name).split("_")[0]+",$PWD/input/"+str($pair.name)+"_R2_001.fastq.gz,reverse\n" - echo $tt >> $cwf; - #else - ln -s ${pair.reverse} input/${pair.name}_R2_001.fastq.gz; - #set $tt = str($pair.name).split("_")[0]+",$PWD/input/"+str($pair.name)+"_R2_001.fastq.gz,reverse\n" - echo $tt >> $cwf; - #end if - #end for - - - - #if 'PairedEndFastqManifestPhred' in str($inputformat) or 'SingleEndFastqManifestPhred33V2' in str($inputformat) or 'SingleEndFastqManifestPhred33' in str($inputformat): - - #set $in_= str($cwf) - - #elif 'Casava' in str($inputformat): - #set $in_= 'input' - #end if - - -#else - #set $res = $is_fastq(str($file)) - - #if $res - gzip -c ${file} > ${file.name}.gz; - #set $in_= $file.name + '.gz' - - #else - #set $in_= str($file) - #end if - - #if "MultiplexedSingleEndBarcodeInSequence" in str($semantic_type): - mv *_R1_* forward.fastq.gz; - #set $in_= 'forward.fastq.gz'; - #end if - -#end if - - -## rename files to predefined names for "MultiplexedPairedEndBarcodeInSequence" -#if "MultiplexedPairedEndBarcodeInSequence" in str($semantic_type): - mv input/*_R1_* input/forward.fastq.gz; - mv input/*_R2_* input/reverse.fastq.gz; -#end if - - -qiime tools import - ---input-path=$in_ - -#if str($inputformat) != 'None': - #if '__ob__' in str($inputformat): - #set $inputformat_temp = str($inputformat).replace('__ob__', '[') - #set $inputformat_temp = str($inputformat_temp).replace('__cb__', ']') - #set $inputformat = $inputformat_temp - #end if - --input-format="$inputformat" -#end if - ---type="$semantic_type" - ---output-path=outputpath.qza - -; -cp outputpath.qza $outputpath -]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - qiime_citation.xml - - -