Skip to content

Commit d0a9fee

Browse files
Add changes
1 parent 21032a7 commit d0a9fee

2 files changed

Lines changed: 0 additions & 45 deletions

File tree

data.json

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -80510,23 +80510,6 @@
8051080510
"updated_at": 1774537918.0,
8051180511
"wrappers": {}
8051280512
},
80513-
{
80514-
"config_readme": null,
80515-
"data_format": 2,
80516-
"description": "Automated version of APPSquared Pipeline plus updates",
80517-
"formatting": "[DEBUG] \n[DEBUG] In file \"/tmp/tmp2a60vgqm/Snakefile\": Formatted content is different from original\n[INFO] 1 file(s) would be changed \ud83d\ude2c\n\nsnakefmt version: 0.10.2",
80518-
"full_name": "nicolepaterson/Automated_APPSquared_2_0",
80519-
"latest_release": null,
80520-
"linting": "WorkflowError in file /tmp/tmp2a60vgqm/Snakefile, line 1:\nConfig file must be given as JSON or YAML with keys at top level.\n",
80521-
"mandatory_flags": [],
80522-
"report": false,
80523-
"software_stack_deployment": null,
80524-
"standardized": false,
80525-
"stargazers_count": 0,
80526-
"subscribers_count": 1,
80527-
"topics": [],
80528-
"updated_at": 1738954288.0
80529-
},
8053080513
{
8053180514
"config_readme": "## Workflow overview\n\nThis workflow is a best-practice workflow for `<detailed description>`.\nThe workflow is built using [snakemake](https://snakemake.readthedocs.io/en/stable/) and consists of the following steps:\n\n1. Download genome reference from NCBI\n2. Validate downloaded genome (`python` script)\n3. Simulate short read sequencing data on the fly (`dwgsim`)\n4. Check quality of input read data (`FastQC`)\n5. Collect statistics from tool output (`MultiQC`)\n\n## Running the workflow\n\n### Input data\n\nThis template workflow creates artificial sequencing data in `*.fastq.gz` format.\nIt does not contain actual input data.\nThe simulated input files are nevertheless created based on a mandatory table linked in the `config.yaml` file (default: `.test/samples.tsv`).\nThe sample sheet has the following layout:\n\n| sample | condition | replicate | read1 | read2 |\n| ------- | --------- | --------- | -------------------------- | -------------------------- |\n| sample1 | wild_type | 1 | sample1.bwa.read1.fastq.gz | sample1.bwa.read2.fastq.gz |\n| sample2 | wild_type | 2 | sample2.bwa.read1.fastq.gz | sample2.bwa.read2.fastq.gz |\n\n### Parameters\n\nThis table lists all parameters that can be used to run the workflow.\n\n| parameter | type | details | default |\n| ------------------ | ---- | ------------------------------------- | ------------------------------ |\n| **sample_sheet** | | | |\n| path | str | path to sample sheet, mandatory | \"config/samples.tsv\" |\n| **get_genome** | | | |\n| ncbi_ftp | str | link to a genome on NCBI's FTP server | link to _S. cerevisiae_ genome |\n| **simulate_reads** | | | |\n| read_length | num | length of target reads in bp | 100 |\n| read_number | num | number of total reads to be simulated | 10000 |\n",
8053280515
"data_format": 3,
@@ -82088,30 +82071,6 @@
8208882071
"updated_at": 1763918506.0,
8208982072
"wrappers": {}
8209082073
},
82091-
{
82092-
"config_readme": null,
82093-
"data_format": 3,
82094-
"description": "Snakemake workflow to get mitochondrial genomes from metagenomic data",
82095-
"formatting": "[DEBUG] \n[DEBUG] In file \"/tmp/tmpihn1o5_4/npbhavya-MitoBee-7609bb3/workflow/rules/tree.2.alignment.smk\": Formatted content is different from original\n[DEBUG] \n[DEBUG] In file \"/tmp/tmpihn1o5_4/npbhavya-MitoBee-7609bb3/workflow/rules/tree.1.mitos.smk\": Formatted content is different from original\n[DEBUG] \n[ERROR] In file \"/tmp/tmpihn1o5_4/npbhavya-MitoBee-7609bb3/workflow/rules/0.preflight.smk\": InvalidPython: Black error:\n```\nCannot parse for target version Python 3.13: 2:0: if os.path.isdir(dir[\"log\"]):\n\n(Note reported line number may be incorrect, as snakefmt could not determine the true line number)\n```\n\n[DEBUG] In file \"/tmp/tmpihn1o5_4/npbhavya-MitoBee-7609bb3/workflow/rules/0.preflight.smk\": \n[DEBUG] In file \"/tmp/tmpihn1o5_4/npbhavya-MitoBee-7609bb3/workflow/rules/search.2.mappingGene.smk\": Formatted content is different from original\n[DEBUG] \n[DEBUG] In file \"/tmp/tmpihn1o5_4/npbhavya-MitoBee-7609bb3/workflow/rules/search.2.mapping-search.smk\": Formatted content is different from original\n[DEBUG] \n[DEBUG] In file \"/tmp/tmpihn1o5_4/npbhavya-MitoBee-7609bb3/workflow/rules/tree.3.genetrees.smk\": Formatted content is different from original\n[DEBUG] \n[DEBUG] In file \"/tmp/tmpihn1o5_4/npbhavya-MitoBee-7609bb3/workflow/rules/QC-reports.smk\": Formatted content is different from original\n[DEBUG] \n[DEBUG] In file \"/tmp/tmpihn1o5_4/npbhavya-MitoBee-7609bb3/workflow/rules/1.qc.smk\": Formatted content is different from original\n[DEBUG] \n[ERROR] In file \"/tmp/tmpihn1o5_4/npbhavya-MitoBee-7609bb3/workflow/rules/3.Mitogenomes.smk\": NoParametersError: L235: In params definition.\n[DEBUG] In file \"/tmp/tmpihn1o5_4/npbhavya-MitoBee-7609bb3/workflow/rules/3.Mitogenomes.smk\": \n[DEBUG] In file \"/tmp/tmpihn1o5_4/npbhavya-MitoBee-7609bb3/workflow/rules/Mitogenome-reports.smk\": Formatted content is different from original\n[DEBUG] \n[ERROR] In file \"/tmp/tmpihn1o5_4/npbhavya-MitoBee-7609bb3/workflow/Snakefile\": InvalidPython: Black error:\n```\nCannot parse for target version Python 3.13: 37:0: <line number missing in source>\n\n(Note reported line number may be incorrect, as snakefmt could not determine the true line number)\n```\n\n[DEBUG] In file \"/tmp/tmpihn1o5_4/npbhavya-MitoBee-7609bb3/workflow/Snakefile\": \n[DEBUG] In file \"/tmp/tmpihn1o5_4/npbhavya-MitoBee-7609bb3/workflow/rules/2.mapping.smk\": Formatted content is different from original\n[INFO] 3 file(s) raised parsing errors \ud83e\udd15\n[INFO] 9 file(s) would be changed \ud83d\ude2c\n\nsnakefmt version: 0.11.4",
82096-
"full_name": "npbhavya/MitoBee",
82097-
"latest_release": "v1.0",
82098-
"linting": "TypeError in file \"/tmp/tmpihn1o5_4/npbhavya-MitoBee-7609bb3/workflow/rules/0.preflight.smk\", line 55:\nexpected str, bytes or os.PathLike object, not NoneType\n File \"/tmp/tmpihn1o5_4/npbhavya-MitoBee-7609bb3/workflow/rules/0.preflight.smk\", line 55, in <module>\n File \"<frozen posixpath>\", line 76, in join\n",
82099-
"mandatory_flags": [],
82100-
"non_standardized_reason": [
82101-
"no .snakemake-workflow-catalog.yml found in repo root",
82102-
"no config/README.md found in repo root"
82103-
],
82104-
"report": false,
82105-
"rulegraph": null,
82106-
"schemas": null,
82107-
"software_stack_deployment": null,
82108-
"standardized": false,
82109-
"stargazers_count": 0,
82110-
"subscribers_count": 0,
82111-
"topics": [],
82112-
"updated_at": 1773654004.0,
82113-
"wrappers": {}
82114-
},
8211582074
{
8211682075
"config_readme": null,
8211782076
"data_format": 2,

skips.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13991,10 +13991,6 @@
1399113991
"full_name": "mrvollger/assembly_workflows",
1399213992
"updated_at": 1637289973.0
1399313993
},
13994-
{
13995-
"full_name": "mschecht/cellranger-snakemake",
13996-
"updated_at": 1773444186.0
13997-
},
1399813994
{
1399913995
"full_name": "mschubert/R-hpc",
1400013996
"updated_at": 1647455149.0

0 commit comments

Comments
 (0)