Skip to content

Commit 51a1d5c

Browse files
committed
Format file path
1 parent f13e243 commit 51a1d5c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tools/porechop/porechop.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@
88
</requirements>
99
<version_command>porechop --version</version_command>
1010
<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+
1117
porechop
12-
-i '$input_file'
18+
-i '$file_path'
1319
--format '$format'
1420
--barcode_threshold '$barcode_binning_settings.barcode_threshold'
1521
--barcode_diff '$barcode_binning_settings.barcode_diff'

0 commit comments

Comments
 (0)