Skip to content

Commit 5feec4a

Browse files
authored
Merge pull request #20692 from bgruening/it-rstudio-bams
Add special case for BAM files in RStudio
2 parents 1b7961c + f614ea2 commit 5feec4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/interactive/interactivetool_rstudio_bioc_3.20.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
#set $cleaned_name = str($count + 1) + '_' + re.sub('[^\w\-\.\s]', '_', str($file.element_identifier))
5656
echo "[`date`] - Linking '$file' to '/home/rstudio/galaxy_inputs/${cleaned_name}.${file.ext}'" &&
5757
ln -sf '$file' '/home/rstudio/galaxy_inputs/${cleaned_name}.${file.ext}' &&
58+
#for $metadata_ext, $metadata_path in $file.all_metadata_files
59+
ln -s '${metadata_path}' '/home/rstudio/galaxy_inputs/${cleaned_name}.${file.ext}.${metadata_ext}' &&
60+
#end for
5861
#end for
5962
#else
6063
echo "[`date`] - No input files provided, skipping file linking step." &&

0 commit comments

Comments
 (0)