nanoporetech / pipeline-umi-amplicon

Workflow to prepare high accuracy single molecule consensus sequences from amplicon data using unique molecular identifiers
Other
28 stars 10 forks source link

Fastq filter and variant options #9

Closed SemiQuant closed 1 year ago

SemiQuant commented 3 years ago

Hi

I added a fastq filter options (min read length and average quality) using filtlong The user can also now pass options to the variant calling using the config file It runs as before when in defaults mode

I'd like to add two more options

cjw85 commented 1 year ago

@SemiQuant,

Thanks for all these changes. I see you've been steadily adding to this. Is it ripe for merging? It seems to be in conflict with our default branch, I haven't checked why yet.

SemiQuant commented 1 year ago

hey @cjw85, I'm not 100% sure but I think if on default it still runs as before. Most of the conflicts seems to be in the environ file where I explicitly listed every package version as conda was failing to install correctly on some systems.