-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Dear @bede
I never had issues with hostile when using single-end ONT data. Today I tried PE fastq files and I see it runs successfully, but the files produced are empty. Any idea what must be causing this?
hostile clean --fastq1 /phd/ultraplex_demux_sample_9_Fwd.fastq.gz --fastq2 /phd/ultraplex_demux_sample_9_Rev.fastq.gz --threads 20 --index human-t2t-hla.rs-viral-202401_ml-phage-202401 -o /phd/dehost --force
22:14:33 INFO: Hostile v2.0.2. Mode: paired short read (Bowtie2)
22:14:33 INFO: Found cached standard index human-t2t-hla.rs-viral-202401_ml-phage-202401
22:14:33 INFO: Cleaning…
22:15:29 INFO: Cleaning complete
[
{
"version": "2.0.2",
"aligner": "bowtie2",
"index": "human-t2t-hla.rs-viral-202401_ml-phage-202401",
"options": [],
"fastq1_in_name": "ultraplex_demux_sample_9_Fwd.fastq.gz",
"fastq1_in_path": "/phd/ultraplex_demux_sample_9_Fwd.fastq.gz",
"reads_in": 3469800,
"reads_out": 1714056,
"reads_removed": 1755744,
"reads_removed_proportion": 0.50601,
"fastq2_in_name": "ultraplex_demux_sample_9_Rev.fastq.gz",
"fastq2_in_path": "/phd/ultraplex_demux_sample_9_Rev.fastq.gz",
"fastq1_out_name": "ultraplex_demux_sample_9_Fwd.clean_1.fastq.gz",
"fastq1_out_path": "/phd/dehost/ultraplex_demux_sample_9_Fwd.clean_1.fastq.gz",
"fastq2_out_name": "ultraplex_demux_sample_9_Rev.clean_2.fastq.gz",
"fastq2_out_path": "/phd/dehost/ultraplex_demux_sample_9_Rev.clean_2.fastq.gz"
}
]With version 2.0.0 and 1.1.0
mamba create -n hostile -c conda-forge -c bioconda hostile==1.1.0
hostile clean --fastq1 /phd/ultraplex_demux_sample_9_Fwd.fastq.gz --fastq2 /phd/ultraplex_demux_sample_9_Rev.fastq.gz --threads 20 -o /phd/dehost --force
Traceback (most recent call last):
File "/home/subudhak/miniconda3/envs/hostile/bin/hostile", line 10, in <module>
sys.exit(main())
~~~~^^
File "/home/subudhak/miniconda3/envs/hostile/lib/python3.13/site-packages/hostile/cli.py", line 170, in main
defopt.run(
~~~~~~~~~~^
{
^
...<9 lines>...
strict_kwonly=False,
^^^^^^^^^^^^^^^^^^^^
)
^
TypeError: run() got an unexpected keyword argument 'strict_kwonly'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels