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

Converting Galaxy wf to Nextflow wf #1

Draft
wants to merge 36 commits into
base: main
Choose a base branch
from
Draft

Conversation

anilthanki
Copy link

@anilthanki anilthanki commented Oct 25, 2024

Creating a Nextflow wf from existing Galaxy plate workflow and Galaxy Droplet workflow

Required Scanpy-script v1.1.6

To Do:

  • Create a working workflow for plate
  • Test on smaller plate dataset
  • Create a working wf Droplet workflow
  • Test on smaller droplet dataset
  • Modify the scxa-control-wf submission submitTertiaryWorkflow.sh to submit DSL 2 workflow

Optional

  • Merge both workflow if feasable

@anilthanki anilthanki self-assigned this Oct 25, 2024
@anilthanki anilthanki marked this pull request as draft October 25, 2024 14:14
main.nf Outdated
Comment on lines 306 to 320
for i in $sample
do
scanpy-neighbors \
--n-neighbors \$i \
--method 'umap' \
--metric 'euclidean' \
--random-state '0' \
--use-rep $pca_param \
--n-pcs '50' \
--input-format 'anndata' \
$anndata \
--show-obj stdout \
--output-format anndata \
'neighbours\$i.h5ad'
done
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works but not parallelization compatible.. needs some work here

@pmb59 can you help

"""
scanpy-filter-cells --gene-name 'gene_symbols' \
--param 'c:n_counts' 750.0 1000000000.0 \
--param 'c:pct_counts_mito' 0.0 0.35 \
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
--param 'c:pct_counts_mito' 0.0 0.35 \
--param 'c:pct_counts_mito' 0.0 0.35 \
--category 'c:predicted_doublet' 'False' \

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants