Skip to content

Commit

Permalink
use is_of_type instead of ext str comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias authored Dec 17, 2023
1 parent 4c55ba9 commit 68d7365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cutadapt/cutadapt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#set read1 = re.sub('[^\w\-\s]', '_', str($library.input_1.element_identifier))
#end if
#if $input_1.ext.startswith("fastq"):
#if $input_1.is_of_type("fastq"):
#set ext = ".fq"
#else
#set ext = ".fa"
Expand Down

0 comments on commit 68d7365

Please sign in to comment.