-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
74 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,57 @@ | ||
<html> | ||
{% include 'header.html' %} | ||
{% include 'header.html' %} | ||
|
||
<body> | ||
<div class="report-header-wrapper"> | ||
<div class="report-header">AssemblyQC {{ | ||
all_stats_dicts['VERSIONS']['Workflow']['plant-food-research-open/assemblyqc'] }}</div> | ||
</div> | ||
<div class="tab" id="topNavBarButtons"> | ||
<button class="tablinks active" onclick="openTool(event, 'PARAMS')">PARAMS</button> | ||
<button class="tablinks active" onclick="openTool(event, 'TOOLS')">TOOLS</button> | ||
{% if 'FASTA_VALIDATE' in all_stats_dicts %} | ||
<button class="tablinks active" onclick="openTool(event, 'FASTA_VALIDATE')">FASTA VALIDATE</button> | ||
{% endif %} | ||
{% if 'GFF3_VALIDATE' in all_stats_dicts %} | ||
<button class="tablinks active" onclick="openTool(event, 'GFF3_VALIDATE')">GFF3 VALIDATE</button> | ||
{% endif %} | ||
{% if 'NCBI_FCS_ADAPTOR' in all_stats_dicts %} | ||
<button class="tablinks active" onclick="openTool(event, 'NCBI_FCS_ADAPTOR')">NCBI FCS ADAPTOR</button> | ||
{% endif %} {% if 'NCBI_FCS_GX' in all_stats_dicts %}<button class="tablinks" | ||
onclick="openTool(event, 'NCBI_FCS_GX')"> | ||
NCBI FCS GX</button>{% endif %} {% if 'ASSEMBLATHON_STATS' in all_stats_dicts %}<button class="tablinks active" | ||
onclick="openTool(event, 'ASSEMBLATHON_STATS')"> | ||
ASSEMBLATHON STATS</button>{% endif %} {% if 'GENOMETOOLS_GT_STAT' in all_stats_dicts %}<button | ||
class="tablinks active" onclick="openTool(event, 'GENOMETOOLS_GT_STAT')"> | ||
GENOMETOOLS GT STAT</button>{% endif %} {% if 'BUSCO' in all_stats_dicts %}<button class="tablinks active" | ||
onclick="openTool(event, 'BUSCO')"> | ||
BUSCO</button>{% endif %} {% if 'TIDK' in all_stats_dicts %}<button class="tablinks" | ||
onclick="openTool(event, 'TIDK')"> | ||
TIDK</button>{% endif %} {% if 'LAI' in all_stats_dicts %}<button class="tablinks" | ||
onclick="openTool(event, 'LAI')"> | ||
LAI</button>{% endif %} {% if 'KRAKEN2' in all_stats_dicts %}<button class="tablinks" | ||
onclick="openTool(event, 'KRAKEN2')"> | ||
KRAKEN2</button>{% endif %} {% if 'HIC' in all_stats_dicts %}<button class="tablinks" | ||
onclick="openTool(event, 'HIC')"> | ||
HIC</button>{% endif %} {% if 'CIRCOS' in all_stats_dicts %}<button class="tablinks" | ||
onclick="openTool(event, 'CIRCOS')"> | ||
CIRCOS</button>{% endif %} | ||
</div> | ||
{% include 'params/params.html' %} {% include 'tools/tools.html' %} {% if 'FASTA_VALIDATE' in all_stats_dicts %}{% | ||
include 'fasta_validate/fasta_validate.html' %}{% endif %} | ||
|
||
{% if 'GFF3_VALIDATE' in all_stats_dicts %}{% include 'gff3_validate/gff3_validate.html' %}{% endif %} | ||
|
||
{% if 'NCBI_FCS_ADAPTOR' in all_stats_dicts %}{% | ||
include 'ncbi_fcs_adaptor/ncbi_fcs_adaptor.html' %}{% endif %} {% if 'NCBI_FCS_GX' in all_stats_dicts %}{% | ||
include 'ncbi_fcs_gx/ncbi_fcs_gx.html' %}{% endif %} {% if 'ASSEMBLATHON_STATS' in all_stats_dicts %}{% include | ||
'assemblathon_stats/assemblathon_stats.html' %}{% endif %} {% if 'GENOMETOOLS_GT_STAT' in all_stats_dicts %}{% | ||
include 'genometools_gt_stat/genometools_gt_stat.html' %}{% endif %} {% if 'BUSCO' in all_stats_dicts %}{% | ||
include 'busco/busco.html' %}{% endif %} {% if 'TIDK' in all_stats_dicts %}{% include 'tidk/tidk.html' %}{% | ||
endif %} {% if 'LAI' in all_stats_dicts %}{% include 'lai/lai.html' %}{% endif %} {% if 'KRAKEN2' in | ||
all_stats_dicts %}{% include 'kraken2/kraken2.html' %}{% endif %} {% if 'HIC' in all_stats_dicts %}{% include | ||
'hic/hic.html' %}{% endif %} {% if 'CIRCOS' in all_stats_dicts %}{% include 'circos/circos.html' %}{% endif %} | ||
</body> | ||
{% include 'js.html' %} | ||
|
||
<body> | ||
<div class="report-header-wrapper"> | ||
<div class="report-header">AssemblyQC {{ all_stats_dicts['VERSIONS']['Workflow']['plant-food-research-open/assemblyqc'] }}</div> | ||
</div> | ||
<div class="tab" id="topNavBarButtons"> | ||
<button class="tablinks active" onclick="openTool(event, 'PARAMS')">PARAMS</button> | ||
<button class="tablinks active" onclick="openTool(event, 'TOOLS')">TOOLS</button> | ||
{% if 'GFF3_VALIDATE' in all_stats_dicts %} | ||
<button class="tablinks active" onclick="openTool(event, 'GFF3_VALIDATE')">GFF3 VALIDATE</button> | ||
{% endif %} {% if 'FASTA_VALIDATE' in all_stats_dicts %} | ||
<button class="tablinks active" onclick="openTool(event, 'FASTA_VALIDATE')">FASTA VALIDATE</button> | ||
{% endif %} {% if 'NCBI_FCS_ADAPTOR' in all_stats_dicts %} | ||
<button class="tablinks active" onclick="openTool(event, 'NCBI_FCS_ADAPTOR')">NCBI FCS ADAPTOR</button> | ||
{% endif %} {% if 'NCBI_FCS_GX' in all_stats_dicts %}<button | ||
class="tablinks" | ||
onclick="openTool(event, 'NCBI_FCS_GX')" | ||
> | ||
NCBI FCS GX</button | ||
>{% endif %} {% if 'ASSEMBLATHON_STATS' in all_stats_dicts %}<button | ||
class="tablinks active" | ||
onclick="openTool(event, 'ASSEMBLATHON_STATS')" | ||
> | ||
ASSEMBLATHON STATS</button | ||
>{% endif %} {% if 'GENOMETOOLS_GT_STAT' in all_stats_dicts %}<button | ||
class="tablinks active" | ||
onclick="openTool(event, 'GENOMETOOLS_GT_STAT')" | ||
> | ||
GENOMETOOLS GT STAT</button | ||
>{% endif %} {% if 'BUSCO' in all_stats_dicts %}<button | ||
class="tablinks active" | ||
onclick="openTool(event, 'BUSCO')" | ||
> | ||
BUSCO</button | ||
>{% endif %} {% if 'TIDK' in all_stats_dicts %}<button class="tablinks" onclick="openTool(event, 'TIDK')"> | ||
TIDK</button | ||
>{% endif %} {% if 'LAI' in all_stats_dicts %}<button class="tablinks" onclick="openTool(event, 'LAI')"> | ||
LAI</button | ||
>{% endif %} {% if 'KRAKEN2' in all_stats_dicts %}<button | ||
class="tablinks" | ||
onclick="openTool(event, 'KRAKEN2')" | ||
> | ||
KRAKEN2</button | ||
>{% endif %} {% if 'HIC' in all_stats_dicts %}<button class="tablinks" onclick="openTool(event, 'HIC')"> | ||
HIC</button | ||
>{% endif %} {% if 'CIRCOS' in all_stats_dicts %}<button | ||
class="tablinks" | ||
onclick="openTool(event, 'CIRCOS')" | ||
> | ||
CIRCOS</button | ||
>{% endif %} | ||
</div> | ||
{% include 'params/params.html' %} {% include 'tools/tools.html' %} {% if 'GFF3_VALIDATE' in all_stats_dicts | ||
%}{% include 'gff3_validate/gff3_validate.html' %}{% endif %} {% if 'FASTA_VALIDATE' in all_stats_dicts %}{% | ||
include 'fasta_validate/fasta_validate.html' %}{% endif %} {% if 'NCBI_FCS_ADAPTOR' in all_stats_dicts %}{% | ||
include 'ncbi_fcs_adaptor/ncbi_fcs_adaptor.html' %}{% endif %} {% if 'NCBI_FCS_GX' in all_stats_dicts %}{% | ||
include 'ncbi_fcs_gx/ncbi_fcs_gx.html' %}{% endif %} {% if 'ASSEMBLATHON_STATS' in all_stats_dicts %}{% include | ||
'assemblathon_stats/assemblathon_stats.html' %}{% endif %} {% if 'GENOMETOOLS_GT_STAT' in all_stats_dicts %}{% | ||
include 'genometools_gt_stat/genometools_gt_stat.html' %}{% endif %} {% if 'BUSCO' in all_stats_dicts %}{% | ||
include 'busco/busco.html' %}{% endif %} {% if 'TIDK' in all_stats_dicts %}{% include 'tidk/tidk.html' %}{% | ||
endif %} {% if 'LAI' in all_stats_dicts %}{% include 'lai/lai.html' %}{% endif %} {% if 'KRAKEN2' in | ||
all_stats_dicts %}{% include 'kraken2/kraken2.html' %}{% endif %} {% if 'HIC' in all_stats_dicts %}{% include | ||
'hic/hic.html' %}{% endif %} {% if 'CIRCOS' in all_stats_dicts %}{% include 'circos/circos.html' %}{% endif %} | ||
</body> | ||
{% include 'js.html' %} | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
tag,fasta,gff3,monoploid_ids,synteny_labels | ||
FI1,https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/003/814/445/GCA_003814445.1_ASM381444v1/GCA_003814445.1_ASM381444v1_genomic.fna.gz,https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/003/814/445/GCA_003814445.1_ASM381444v1/GCA_003814445.1_ASM381444v1_genomic.gff.gz,, | ||
TT_2021a,https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/021/950/295/GCA_021950295.1_ASM2195029v1/GCA_021950295.1_ASM2195029v1_genomic.fna.gz,https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/003/814/445/GCA_003814445.1_ASM381444v1/GCA_003814445.1_ASM381444v1_genomic.gff.gz,, | ||
MISC,tests/invalid/invalid.fsa.gz,,, |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"config_profile_name": "Invalid profile", | ||
"config_profile_description": "Profile to test invalid files", | ||
"input": "tests/invalid/assemblysheet.csv", | ||
"max_cpus": 2, | ||
"max_memory": "6.GB", | ||
"max_time": "6.h" | ||
} |