Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
21811f95
Commit
21811f95
authored
Nov 21, 2011
by
Jerome Mariette
Browse files
No commit message
No commit message
parent
54849786
Changes
1
Hide whitespace changes
Inline
Side-by-side
illumina/wfcomponent/config_run_illumina.xml
View file @
21811f95
...
...
@@ -22,7 +22,7 @@
<type>
RunUnixCommand
</type>
<name>
create read1 list
</name>
<state>
incomplete
</state>
<executable>
$;BIN_DIR$;/create_list_file
</executable>
<executable>
$;BIN_DIR$;/create_list_file
--include_gz
</executable>
<param>
<key>
--directory
</key>
<value>
$;FASTQ_DIRECTORY$;
</value>
...
...
@@ -40,7 +40,7 @@
<type>
RunUnixCommand
</type>
<name>
create read2 list
</name>
<state>
incomplete
</state>
<executable>
$;BIN_DIR$;/create_list_file
</executable>
<executable>
$;BIN_DIR$;/create_list_file
--include_gz
</executable>
<param>
<key>
--directory
</key>
<value>
$;FASTQ_DIRECTORY$;
</value>
...
...
@@ -58,7 +58,7 @@
<type>
RunUnixCommand
</type>
<name>
create allread list
</name>
<state>
incomplete
</state>
<executable>
$;BIN_DIR$;/create_list_file
</executable>
<executable>
$;BIN_DIR$;/create_list_file
--include_gz
</executable>
<param>
<key>
--directory
</key>
<value>
$;FASTQ_DIRECTORY$;
</value>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment