We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13e243 commit 51a1d5cCopy full SHA for 51a1d5c
tools/porechop/porechop.xml
@@ -8,8 +8,14 @@
8
</requirements>
9
<version_command>porechop --version</version_command>
10
<command detect_errors="exit_code"><![CDATA[
11
+#import re
12
+
13
+#set file_path = re.sub('[^\s\w\-.]', '_', str($input_file.element_identifier))
14
15
+ln -s '$input_file' '$file_path' &&
16
17
porechop
- -i '$input_file'
18
+ -i '$file_path'
19
--format '$format'
20
--barcode_threshold '$barcode_binning_settings.barcode_threshold'
21
--barcode_diff '$barcode_binning_settings.barcode_diff'
0 commit comments