# HG changeset patch
# User rliterman
# Date 1733490502 18000
# Node ID f62b9bcf7cf31cd67d848480d5dfc16aa206fe5f
# Parent f6cd698b6f623ac741f0c770314c1677b230f802
"planemo upload"
diff -r f6cd698b6f62 -r f62b9bcf7cf3 1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/1 Fri Dec 06 08:08:22 2024 -0500
@@ -0,0 +1,133 @@
+
+ Screen query assemblies against reference assemblies
+
+ nextflow
+ micromamba
+
+ nextflow -version
+ Nextflow_Log.txt 2>&1;
+]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This tool takes query assemblies and reference assemblies and calculates the pairwise distance between each query/reference combination. If no reference is provided, all queries are compared to all other queries.
+
+
+ 10.XXXX/placeholder.doi
+ @article{example2024,title={CFSAN SNP Pipeline 2 (CSP2): a pipeline for fast and accurate SNP distance estimation from bacterial genome assemblies.},author={Doe, John and Smith, Jane},journal={Submitted},year={2024}}
+
+
+
+
diff -r f6cd698b6f62 -r f62b9bcf7cf3 csp2_screen.xml
--- a/csp2_screen.xml Thu Dec 05 18:09:26 2024 -0500
+++ b/csp2_screen.xml Fri Dec 06 08:08:22 2024 -0500
@@ -58,7 +58,6 @@
fi;
nextflow run ${__tool_directory__}/CSP2/CSP2.nf -profile csp2_galaxy --runmode screen \$QUERY_FASTA_ARG \$REF_FASTA_ARG \$QUERY_READS_ARG \$REF_READS_ARG \$REF_ID_ARG \$TRIM_ARG --readext $readext --forward $forward --reverse $reverse --ref_readext $readext --ref_forward $forward --ref_reverse $reverse --min_cov $min_cov --min_iden $min_iden --min_len $min_len --ref_edge $ref_edge --query_edge $query_edge --dwin $dwin --wsnps $wsnps --out \$CSP2_DIR/CSP2_Screen_Output > Nextflow_Log.txt 2>&1;
-zip -r CSP2_Output.zip CSP2_Screen_Output;
]]>
@@ -84,7 +83,6 @@
-
diff -r f6cd698b6f62 -r f62b9bcf7cf3 csp2_snp.xml
--- a/csp2_snp.xml Thu Dec 05 18:09:26 2024 -0500
+++ b/csp2_snp.xml Fri Dec 06 08:08:22 2024 -0500
@@ -59,7 +59,6 @@
nextflow run ${__tool_directory__}/CSP2/CSP2.nf -profile csp2_galaxy --runmode snp \$QUERY_FASTA_ARG \$REF_FASTA_ARG \$QUERY_READS_ARG \$REF_READS_ARG \$TRIM_ARG \$RESCUE_ARG --readext $readext --forward $forward --reverse $reverse --ref_readext $readext --ref_forward $forward --ref_reverse $reverse --min_cov $min_cov --min_iden $min_iden --min_len $min_len --ref_edge $ref_edge --query_edge $query_edge --dwin $dwin --wsnps $wsnps --max_missing $max_missing --out \$CSP2_DIR/CSP2_SNP_Output > Nextflow_Log.txt 2>&1;
-mkdir -p Output; for file in CSP2_SNP_Output/SNP_Analysis/*/*; do ln -sf "\$file" Output/; done;
zip -r CSP2_Output.zip CSP2_SNP_Output;
]]>
@@ -86,12 +85,14 @@
-
-
-
-
-
+
+
+
+
+
+
+