-
Notifications
You must be signed in to change notification settings - Fork 743
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add module gzrt (#6918) * fixed environment.yml * Reply to review * gzrecover and gzip oneliner * gzrt uses a named pipe to avoid temp files * Updated test file URL * Improved syntax of prefixes in gzrt * Updated gzrt to 0.9.1 version * corrected name clash control in stub as well * updated biocontainers and singularity links * updated gzrt module * Fixed gzrt through named pipe * gzrt update snapshot * updated tests for gzrt * updated environment.yml * gzrt - updated snapshots * gzrt alpha - pre-release * Add args in command line - gzrt * gzrt - update snapshots and test dataset * should have not change it --------- Co-authored-by: tm4zza <[email protected]> Co-authored-by: Usman Rashid <[email protected]>
- Loading branch information
1 parent
7053802
commit 56f433b
Showing
5 changed files
with
211 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ channels: | |
- conda-forge | ||
- bioconda | ||
dependencies: | ||
- "bioconda::gzrt=0.8" | ||
- "bioconda::gzrt=0.9.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,154 @@ | ||
{ | ||
"Run gzrt on 30 paired-end reads - fastq.gz": { | ||
"Run gzrt on test2_1_corrupted single-end - fastq.gz": { | ||
"content": [ | ||
{ | ||
"0": [ | ||
[ | ||
{ | ||
"id": "test", | ||
"id": "test-single", | ||
"single_end": true | ||
}, | ||
"test-single_recovered.fastq.gz:md5,6bc7d0b6304039eadba7321d21e7b2c9" | ||
] | ||
], | ||
"1": [ | ||
"versions.yml:md5,6d1e28b8a8043e3cba67606c7acdc676" | ||
], | ||
"recovered": [ | ||
[ | ||
{ | ||
"id": "test-single", | ||
"single_end": true | ||
}, | ||
"test-single_recovered.fastq.gz:md5,6bc7d0b6304039eadba7321d21e7b2c9" | ||
] | ||
], | ||
"versions": [ | ||
"versions.yml:md5,6d1e28b8a8043e3cba67606c7acdc676" | ||
] | ||
} | ||
], | ||
"meta": { | ||
"nf-test": "0.9.2", | ||
"nextflow": "24.10.3" | ||
}, | ||
"timestamp": "2024-12-24T11:23:22.53088" | ||
}, | ||
"Run gzrt on test2_1_corrupted single-end - fastq.gz - stub": { | ||
"content": [ | ||
{ | ||
"0": [ | ||
[ | ||
{ | ||
"id": "test-single-stub", | ||
"single_end": true | ||
}, | ||
"test-single-stub_recovered.fastq.gz:md5,68b329da9893e34099c7d8ad5cb9c940" | ||
] | ||
], | ||
"1": [ | ||
"versions.yml:md5,6d1e28b8a8043e3cba67606c7acdc676" | ||
], | ||
"recovered": [ | ||
[ | ||
{ | ||
"id": "test-single-stub", | ||
"single_end": true | ||
}, | ||
"test-single-stub_recovered.fastq.gz:md5,68b329da9893e34099c7d8ad5cb9c940" | ||
] | ||
], | ||
"versions": [ | ||
"versions.yml:md5,6d1e28b8a8043e3cba67606c7acdc676" | ||
] | ||
} | ||
], | ||
"meta": { | ||
"nf-test": "0.9.2", | ||
"nextflow": "24.10.3" | ||
}, | ||
"timestamp": "2024-12-24T11:24:13.88887" | ||
}, | ||
"Run gzrt on test2_1_corrupted and test2_2 paired-end - fastq.gz - stub": { | ||
"content": [ | ||
{ | ||
"0": [ | ||
[ | ||
{ | ||
"id": "test-paired-stub", | ||
"single_end": false | ||
}, | ||
"test_recovered.fastq.gz:md5,5eca10f954656478b5af96868222eec4" | ||
[ | ||
"test-paired-stub_recovered_1.fastq.gz:md5,68b329da9893e34099c7d8ad5cb9c940", | ||
"test-paired-stub_recovered_2.fastq.gz:md5,68b329da9893e34099c7d8ad5cb9c940" | ||
] | ||
] | ||
], | ||
"1": [ | ||
"versions.yml:md5,b9467d4cb860eb2941a2078a3dd3cf41" | ||
"versions.yml:md5,6d1e28b8a8043e3cba67606c7acdc676" | ||
], | ||
"fastqrecovered": [ | ||
"recovered": [ | ||
[ | ||
{ | ||
"id": "test", | ||
"id": "test-paired-stub", | ||
"single_end": false | ||
}, | ||
"test_recovered.fastq.gz:md5,5eca10f954656478b5af96868222eec4" | ||
[ | ||
"test-paired-stub_recovered_1.fastq.gz:md5,68b329da9893e34099c7d8ad5cb9c940", | ||
"test-paired-stub_recovered_2.fastq.gz:md5,68b329da9893e34099c7d8ad5cb9c940" | ||
] | ||
] | ||
], | ||
"versions": [ | ||
"versions.yml:md5,b9467d4cb860eb2941a2078a3dd3cf41" | ||
"versions.yml:md5,6d1e28b8a8043e3cba67606c7acdc676" | ||
] | ||
} | ||
], | ||
"meta": { | ||
"nf-test": "0.9.2", | ||
"nextflow": "24.10.1" | ||
"nextflow": "24.10.3" | ||
}, | ||
"timestamp": "2024-12-15T13:49:10.174131" | ||
"timestamp": "2024-12-24T11:24:58.632197" | ||
}, | ||
"Run gzrt on 30 paired-end reads - fastq.gz - stub": { | ||
"Run gzrt on test2_1_corrupted and test2_2 paired-end - fastq.gz": { | ||
"content": [ | ||
{ | ||
"0": [ | ||
[ | ||
{ | ||
"id": "test", | ||
"id": "test-paired", | ||
"single_end": false | ||
}, | ||
"test_recovered.fastq.gz:md5,68b329da9893e34099c7d8ad5cb9c940" | ||
[ | ||
"test-paired_recovered_1.fastq.gz:md5,6bc7d0b6304039eadba7321d21e7b2c9", | ||
"test-paired_recovered_2.fastq.gz:md5,641919946a0e572ca7483f6e54476f3b" | ||
] | ||
] | ||
], | ||
"1": [ | ||
"versions.yml:md5,b9467d4cb860eb2941a2078a3dd3cf41" | ||
"versions.yml:md5,6d1e28b8a8043e3cba67606c7acdc676" | ||
], | ||
"fastqrecovered": [ | ||
"recovered": [ | ||
[ | ||
{ | ||
"id": "test", | ||
"id": "test-paired", | ||
"single_end": false | ||
}, | ||
"test_recovered.fastq.gz:md5,68b329da9893e34099c7d8ad5cb9c940" | ||
[ | ||
"test-paired_recovered_1.fastq.gz:md5,6bc7d0b6304039eadba7321d21e7b2c9", | ||
"test-paired_recovered_2.fastq.gz:md5,641919946a0e572ca7483f6e54476f3b" | ||
] | ||
] | ||
], | ||
"versions": [ | ||
"versions.yml:md5,b9467d4cb860eb2941a2078a3dd3cf41" | ||
"versions.yml:md5,6d1e28b8a8043e3cba67606c7acdc676" | ||
] | ||
} | ||
], | ||
"meta": { | ||
"nf-test": "0.9.2", | ||
"nextflow": "24.10.1" | ||
"nextflow": "24.10.3" | ||
}, | ||
"timestamp": "2024-12-15T13:49:20.410351" | ||
"timestamp": "2024-12-24T11:23:40.906933" | ||
} | ||
} |