Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cutadapt v.3.4 #3704

Merged
merged 20 commits into from
Jun 2, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tests max and min length
gallardoalba committed Jun 1, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 838f0817c6de701b4c19ee76ff63619a1f9a729c
28 changes: 6 additions & 22 deletions tools/cutadapt/cutadapt.xml
Original file line number Diff line number Diff line change
@@ -642,21 +642,13 @@ $read_mod_options.zero_cap
<section name="filter_options">
<param name="minimun_length" value="30"/>
<param name="pair_filter" value="both"/>
<conditional name="minimum_option">
<conditional name="minimum_options">
<param name="minimum_r2" value="true"/>
<param name="value_minimum" value="10"/>
</conditional>
</section>
<output name="out1" ftype="fastq.gz">
<assert_contents>
<has_size value="12180"/>
</assert_contents>
</output>
<output name="out2" ftype="fastq.gz">
<assert_contents>
<has_size value="12153"/>
</assert_contents>
</output>
<output name="out1" decompress="True" file="cutadapt_out1_min_length.fq.gz" ftype="fastq.gz"/>
<output name="out2" decompress="True" file="cutadapt_out2_min_length.fq.gz" ftype="fastq.gz"/>
<assert_command>
<has_text text="--minimum-length=30:10"/>
<has_text text="--pair-filter=both"/>
@@ -674,21 +666,13 @@ $read_mod_options.zero_cap
<section name="filter_options">
<param name="pair_filter" value="both"/>
<param name="maximum_length" value="50"/>
<conditional name="maximum_option">
<conditional name="maximum_options">
<param name="maximum_r2" value="true"/>
<param name="value_maximum" value="30"/>
</conditional>
</section>
<output name="out1" ftype="fastq.gz">
<assert_contents>
<has_size value="134"/>
</assert_contents>
</output>
<output name="out2" ftype="fastq.gz">
<assert_contents>
<has_size value="139"/>
</assert_contents>
</output>
<output name="out1" decompress="True" file="cutadapt_out1_max_length.fq.gz" ftype="fastq.gz"/>
<output name="out2" decompress="True" file="cutadapt_out2_max_length.fq.gz" ftype="fastq.gz"/>
<assert_command>
<has_text text="--maximum-length=50:30"/>
<has_text text="--pair-filter=both"/>
Binary file modified tools/cutadapt/test-data/A1.fastq.gz
Binary file not shown.
Binary file modified tools/cutadapt/test-data/A2.fastq.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/cutadapt/test-data/cutadapt_action_lowercase.out
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@prefix:1_13_573/1
CGTCCGAANTAGCTACCACCCTGATTAGACAAAT
cgtccgaantagctaccaccctgattagacaaat
+
)3%)&&&&!.1&(6:<'67..*,:75)'77&&&5
@prefix:1_13_1259/1
2 changes: 1 addition & 1 deletion tools/cutadapt/test-data/cutadapt_action_mask.out
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@prefix:1_13_573/1
CGTCCGAANTAGCTACCACCCTGATTAGACAAAT
NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN
+
)3%)&&&&!.1&(6:<'67..*,:75)'77&&&5
@prefix:1_13_1259/1
4 changes: 2 additions & 2 deletions tools/cutadapt/test-data/cutadapt_action_retain.out
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@prefix:1_13_573/1
CGTCCGAANTAGCTACCACCCTGATTAGACAAAT
CGTCCGAANTAG
+
)3%)&&&&!.1&(6:<'67..*,:75)'77&&&5
)3%)&&&&!.1&
@prefix:1_13_1259/1
AGCCGCTANGACGGGTTGGCCCTTAGACGTATCT
+
Binary file modified tools/cutadapt/test-data/cutadapt_nextseq_out.fq.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified tools/cutadapt/test-data/cutadapt_trimmed.out.gz
Binary file not shown.
Binary file modified tools/cutadapt/test-data/cutadapt_untrimmed.out.gz
Binary file not shown.
Binary file modified tools/cutadapt/test-data/unknown.fastq.gz
Binary file not shown.